2023-09-21T12:57:18.7276457Z ##[group]Run make PYTHON=python dist
2023-09-21T12:57:18.7276980Z [36;1mmake PYTHON=python dist[0m
2023-09-21T12:57:18.7360796Z shell: /usr/bin/bash -e {0}
2023-09-21T12:57:18.7361569Z env:
2023-09-21T12:57:18.7361994Z   pythonLocation: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:57:18.7362531Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib/pkgconfig
2023-09-21T12:57:18.7362977Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:57:18.7363549Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:57:18.7364360Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.5/x64
2023-09-21T12:57:18.7364788Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.5/x64/lib
2023-09-21T12:57:18.7365204Z ##[endgroup]
2023-09-21T12:57:18.7572193Z cat "ANNOUNCE.txt.in" | sed -e 's/@VERSION@/3.8.1.dev0/g' > "ANNOUNCE.txt"
2023-09-21T12:57:18.7601692Z # rm -f -r MANIFEST tables/__pycache__ tables/*/__pycache__
2023-09-21T12:57:18.7611393Z # rm -f tables/_comp_*.c tables/*extension.c
2023-09-21T12:57:18.7619471Z # rm -f tables/*.so
2023-09-21T12:57:18.7629673Z python -m build --sdist
2023-09-21T12:57:19.0277503Z * Creating venv isolated environment...
2023-09-21T12:57:24.3647665Z * Installing packages in isolated environment... (Cython >=0.29.32, blosc2 >=2.2.6, numpy, packaging, py-cpuinfo, setuptools >=61.0.0, wheel)
2023-09-21T12:57:31.8418772Z * Getting build dependencies for sdist...
2023-09-21T12:57:33.7834322Z /tmp/blosc_list_compressorsgtlqpwrh.c:1:10: fatal error: blosc.h: No such file or directory
2023-09-21T12:57:33.7835204Z     1 | #include "blosc.h"
2023-09-21T12:57:33.7836116Z       |          ^~~~~~~~~
2023-09-21T12:57:33.7836646Z compilation terminated.
2023-09-21T12:57:36.4416785Z * Using Python 3.11.5 (main, Aug 28 2023, 12:39:56) [GCC 11.4.0]
2023-09-21T12:57:36.4417626Z * Found cython 3.0.2
2023-09-21T12:57:36.4418474Z * USE_PKGCONFIG: True
2023-09-21T12:57:36.4419344Z * pkg-config header dirs for HDF5: /usr/include/hdf5/serial
2023-09-21T12:57:36.4420099Z * pkg-config library dirs for HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial
2023-09-21T12:57:36.4518987Z * Found HDF5 headers at ``/usr/include/hdf5/serial``, library at ``/usr/lib/x86_64-linux-gnu/hdf5/serial``.
2023-09-21T12:57:36.4519604Z .. WARNING:: Could not find the HDF5 runtime.
2023-09-21T12:57:36.4520026Z    The HDF5 shared library was *not* found in the default library
2023-09-21T12:57:36.4520520Z    paths. In case of runtime problems, please remember to install it.
2023-09-21T12:57:36.4521070Z * Found LZO 2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:36.4521593Z * Skipping detection of LZO 1 since LZO 2 has already been found.
2023-09-21T12:57:36.4522135Z * Found bzip2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:36.4522673Z * Could not find blosc headers and library; using internal sources.
2023-09-21T12:57:36.4523156Z * Run 'blosc2_find_directories_hook'
2023-09-21T12:57:36.4523784Z * Found blosc2 headers at ``/tmp/build-env-glpxb7lw/include``, library at ``/tmp/build-env-glpxb7lw/lib``.
2023-09-21T12:57:36.4524521Z   * Copying blosc2 runtime library to 'tables' dir because it was not found in standard locations
2023-09-21T12:57:36.4525039Z Compiling tables/utilsextension.pyx because it changed.
2023-09-21T12:57:36.4525447Z [1/1] Cythonizing tables/utilsextension.pyx
2023-09-21T12:57:37.4100128Z Compiling tables/hdf5extension.pyx because it changed.
2023-09-21T12:57:37.4100990Z [1/1] Cythonizing tables/hdf5extension.pyx
2023-09-21T12:57:38.4179333Z Compiling tables/tableextension.pyx because it changed.
2023-09-21T12:57:38.4180188Z [1/1] Cythonizing tables/tableextension.pyx
2023-09-21T12:57:38.8421917Z Compiling tables/linkextension.pyx because it changed.
2023-09-21T12:57:38.8423043Z [1/1] Cythonizing tables/linkextension.pyx
2023-09-21T12:57:38.8747598Z Compiling tables/_comp_lzo.pyx because it changed.
2023-09-21T12:57:38.8748716Z [1/1] Cythonizing tables/_comp_lzo.pyx
2023-09-21T12:57:38.9062110Z Compiling tables/_comp_bzip2.pyx because it changed.
2023-09-21T12:57:38.9063225Z [1/1] Cythonizing tables/_comp_bzip2.pyx
2023-09-21T12:57:39.3287282Z Compiling tables/lrucacheextension.pyx because it changed.
2023-09-21T12:57:39.3288192Z [1/1] Cythonizing tables/lrucacheextension.pyx
2023-09-21T12:57:39.3518266Z warning: tables/indexesextension.pyx:141:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310
2023-09-21T12:57:39.3520941Z warning: tables/indexesextension.pyx:142:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310
2023-09-21T12:57:40.3641735Z Compiling tables/indexesextension.pyx because it changed.
2023-09-21T12:57:40.3642981Z [1/1] Cythonizing tables/indexesextension.pyx
2023-09-21T12:57:40.6435985Z * SSE2 detected and enabled
2023-09-21T12:57:40.6436955Z * AVX2 detected and enabled
2023-09-21T12:57:40.6438239Z running egg_info
2023-09-21T12:57:40.6441455Z creating tables.egg-info
2023-09-21T12:57:40.6452130Z writing tables.egg-info/PKG-INFO
2023-09-21T12:57:40.6463135Z writing dependency_links to tables.egg-info/dependency_links.txt
2023-09-21T12:57:40.6467224Z writing entry points to tables.egg-info/entry_points.txt
2023-09-21T12:57:40.6472582Z writing requirements to tables.egg-info/requires.txt
2023-09-21T12:57:40.6473955Z writing top-level names to tables.egg-info/top_level.txt
2023-09-21T12:57:40.6475992Z writing manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:40.6570692Z reading manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:40.6572339Z reading manifest template 'MANIFEST.in'
2023-09-21T12:57:40.6659319Z warning: no previously-included files matching '*.c' found under directory 'tables'
2023-09-21T12:57:40.6715697Z warning: no files found matching '*.inc' under directory 'c-blosc/blosc'
2023-09-21T12:57:40.6981440Z warning: no files found matching '*.conf' under directory 'doc'
2023-09-21T12:57:40.7037478Z warning: no files found matching '*.*_t' under directory 'doc'
2023-09-21T12:57:40.7107667Z warning: no files found matching '*.js' under directory 'doc'
2023-09-21T12:57:40.7120716Z warning: no files found matching '*.css' under directory 'doc'
2023-09-21T12:57:40.7225672Z warning: no files found matching '*' under directory 'doc/sphinxext'
2023-09-21T12:57:40.7227529Z warning: no previously-included files matching '*' found under directory 'doc/build'
2023-09-21T12:57:40.7279292Z warning: no files found matching '*.h5' under directory 'bench'
2023-09-21T12:57:40.7289472Z adding license file 'LICENSE.txt'
2023-09-21T12:57:40.7346734Z writing manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:40.9622264Z * Building sdist...
2023-09-21T12:57:42.4730443Z /tmp/blosc_list_compressors58gvxs0a.c:1:10: fatal error: blosc.h: No such file or directory
2023-09-21T12:57:42.4731300Z     1 | #include "blosc.h"
2023-09-21T12:57:42.4732087Z       |          ^~~~~~~~~
2023-09-21T12:57:42.4732490Z compilation terminated.
2023-09-21T12:57:43.8447815Z * Using Python 3.11.5 (main, Aug 28 2023, 12:39:56) [GCC 11.4.0]
2023-09-21T12:57:43.8448292Z * Found cython 3.0.2
2023-09-21T12:57:43.8448627Z * USE_PKGCONFIG: True
2023-09-21T12:57:43.8452013Z * pkg-config header dirs for HDF5: /usr/include/hdf5/serial
2023-09-21T12:57:43.8453544Z * pkg-config library dirs for HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial
2023-09-21T12:57:43.8455151Z * Found HDF5 headers at ``/usr/include/hdf5/serial``, library at ``/usr/lib/x86_64-linux-gnu/hdf5/serial``.
2023-09-21T12:57:43.8456341Z .. WARNING:: Could not find the HDF5 runtime.
2023-09-21T12:57:43.8457286Z    The HDF5 shared library was *not* found in the default library
2023-09-21T12:57:43.8458506Z    paths. In case of runtime problems, please remember to install it.
2023-09-21T12:57:43.8459124Z * Found LZO 2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:43.8460099Z * Skipping detection of LZO 1 since LZO 2 has already been found.
2023-09-21T12:57:43.8460667Z * Found bzip2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:43.8461208Z * Could not find blosc headers and library; using internal sources.
2023-09-21T12:57:43.8461855Z * Run 'blosc2_find_directories_hook'
2023-09-21T12:57:43.8462471Z * Found blosc2 headers at ``/tmp/build-env-glpxb7lw/include``, library at ``/tmp/build-env-glpxb7lw/lib``.
2023-09-21T12:57:43.8463198Z   * Copying blosc2 runtime library to 'tables' dir because it was not found in standard locations
2023-09-21T12:57:43.8463646Z * SSE2 detected and enabled
2023-09-21T12:57:43.8463939Z * AVX2 detected and enabled
2023-09-21T12:57:43.8464225Z running sdist
2023-09-21T12:57:43.8464744Z running egg_info
2023-09-21T12:57:43.8492351Z writing tables.egg-info/PKG-INFO
2023-09-21T12:57:43.8505110Z writing dependency_links to tables.egg-info/dependency_links.txt
2023-09-21T12:57:43.8508827Z writing entry points to tables.egg-info/entry_points.txt
2023-09-21T12:57:43.8514162Z writing requirements to tables.egg-info/requires.txt
2023-09-21T12:57:43.8516512Z writing top-level names to tables.egg-info/top_level.txt
2023-09-21T12:57:43.8615192Z reading manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:43.8647205Z reading manifest template 'MANIFEST.in'
2023-09-21T12:57:43.8743290Z warning: no previously-included files matching '*.c' found under directory 'tables'
2023-09-21T12:57:43.8799771Z warning: no files found matching '*.inc' under directory 'c-blosc/blosc'
2023-09-21T12:57:43.9068231Z warning: no files found matching '*.conf' under directory 'doc'
2023-09-21T12:57:43.9123319Z warning: no files found matching '*.*_t' under directory 'doc'
2023-09-21T12:57:43.9177362Z warning: no files found matching '*.js' under directory 'doc'
2023-09-21T12:57:43.9207197Z warning: no files found matching '*.css' under directory 'doc'
2023-09-21T12:57:43.9311535Z warning: no files found matching '*' under directory 'doc/sphinxext'
2023-09-21T12:57:43.9314251Z warning: no previously-included files matching '*' found under directory 'doc/build'
2023-09-21T12:57:43.9364403Z warning: no files found matching '*.h5' under directory 'bench'
2023-09-21T12:57:43.9375617Z adding license file 'LICENSE.txt'
2023-09-21T12:57:43.9433829Z writing manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:43.9437245Z running check
2023-09-21T12:57:43.9456718Z creating tables-3.8.1.dev0
2023-09-21T12:57:43.9469782Z creating tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9471407Z creating tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9472093Z creating tables-3.8.1.dev0/c-blosc
2023-09-21T12:57:43.9472517Z creating tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9473538Z creating tables-3.8.1.dev0/c-blosc/blosc/win32
2023-09-21T12:57:43.9474851Z creating tables-3.8.1.dev0/c-blosc/internal-complibs
2023-09-21T12:57:43.9475820Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9476687Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9477272Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib
2023-09-21T12:57:43.9477877Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/blast
2023-09-21T12:57:43.9479557Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9480196Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream
2023-09-21T12:57:43.9481614Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream2
2023-09-21T12:57:43.9482268Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3
2023-09-21T12:57:43.9483658Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9484286Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/puff
2023-09-21T12:57:43.9485221Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/testzlib
2023-09-21T12:57:43.9485850Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/untgz
2023-09-21T12:57:43.9486817Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9487698Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/test
2023-09-21T12:57:43.9488244Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:43.9488810Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9489857Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9491208Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9491806Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9492401Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9492993Z creating tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9493683Z creating tables-3.8.1.dev0/contrib
2023-09-21T12:57:43.9494420Z creating tables-3.8.1.dev0/doc
2023-09-21T12:57:43.9495114Z creating tables-3.8.1.dev0/doc/scripts
2023-09-21T12:57:43.9495504Z creating tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9495932Z creating tables-3.8.1.dev0/doc/source/_static
2023-09-21T12:57:43.9496388Z creating tables-3.8.1.dev0/doc/source/_templates
2023-09-21T12:57:43.9497150Z creating tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9497915Z creating tables-3.8.1.dev0/doc/source/cookbook/py2exe_howto
2023-09-21T12:57:43.9498394Z creating tables-3.8.1.dev0/doc/source/images
2023-09-21T12:57:43.9498854Z creating tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:43.9499607Z creating tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:43.9500405Z creating tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:43.9500910Z creating tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:43.9501623Z creating tables-3.8.1.dev0/examples
2023-09-21T12:57:43.9502348Z creating tables-3.8.1.dev0/hdf5-blosc
2023-09-21T12:57:43.9502770Z creating tables-3.8.1.dev0/hdf5-blosc/src
2023-09-21T12:57:43.9503493Z creating tables-3.8.1.dev0/hdf5-blosc2
2023-09-21T12:57:43.9503901Z creating tables-3.8.1.dev0/hdf5-blosc2/src
2023-09-21T12:57:43.9504794Z creating tables-3.8.1.dev0/src
2023-09-21T12:57:43.9505466Z creating tables-3.8.1.dev0/tables
2023-09-21T12:57:43.9507609Z creating tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:43.9508855Z creating tables-3.8.1.dev0/tables/misc
2023-09-21T12:57:43.9509556Z creating tables-3.8.1.dev0/tables/nodes
2023-09-21T12:57:43.9510265Z creating tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:43.9510969Z creating tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:43.9511390Z creating tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:43.9512347Z creating tables-3.8.1.dev0/utils
2023-09-21T12:57:43.9512751Z copying files to tables-3.8.1.dev0...
2023-09-21T12:57:43.9513728Z copying ANNOUNCE.txt -> tables-3.8.1.dev0
2023-09-21T12:57:43.9515569Z copying LICENSE.txt -> tables-3.8.1.dev0
2023-09-21T12:57:43.9517060Z copying MANIFEST.in -> tables-3.8.1.dev0
2023-09-21T12:57:43.9518478Z copying Makefile -> tables-3.8.1.dev0
2023-09-21T12:57:43.9519865Z copying README.rst -> tables-3.8.1.dev0
2023-09-21T12:57:43.9521350Z copying THANKS -> tables-3.8.1.dev0
2023-09-21T12:57:43.9522745Z copying pyproject.toml -> tables-3.8.1.dev0
2023-09-21T12:57:43.9524247Z copying requirements.txt -> tables-3.8.1.dev0
2023-09-21T12:57:43.9525622Z copying setup.py -> tables-3.8.1.dev0
2023-09-21T12:57:43.9527909Z copying LICENSES/BLOSC.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9529184Z copying LICENSES/CLOUD-SPTHEME.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9530531Z copying LICENSES/FASTLZ.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9531926Z copying LICENSES/H5PY.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9533323Z copying LICENSES/HDF5.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9534690Z copying LICENSES/LZ4.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9536022Z copying LICENSES/SNAPPY.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9537335Z copying LICENSES/STDINT.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9538705Z copying LICENSES/WIN32PTHREADS.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9540002Z copying LICENSES/ZLIB.txt -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9541334Z copying LICENSES/ZSTD.TXT -> tables-3.8.1.dev0/LICENSES
2023-09-21T12:57:43.9542687Z copying bench/100-trillion-baby.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9544034Z copying bench/LRU-experiments.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9545564Z copying bench/LRU-experiments2.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9546992Z copying bench/LRUcache-node-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9548324Z copying bench/bench-postgres-ranges.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9549717Z copying bench/bench-pytables-ranges.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9551049Z copying bench/bench-pytables.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9552360Z copying bench/blosc.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9553784Z copying bench/bsddb-table-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9555140Z copying bench/cacheout.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9556504Z copying bench/chunkshape-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9557835Z copying bench/chunkshape-testing.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9559124Z copying bench/collations.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9560431Z copying bench/copy-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9561841Z copying bench/create-large-number-objects.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9563099Z copying bench/deep-tree-h5py.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9564391Z copying bench/deep-tree.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9565708Z copying bench/evaluate.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9567103Z copying bench/expression.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9568487Z copying bench/fetch_meteo_data.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9569876Z copying bench/get-figures-ranges.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9571311Z copying bench/get-figures.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9572762Z copying bench/indexed_search.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9574289Z copying bench/keysort.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9575656Z copying bench/lookup_bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9577061Z copying bench/open_close-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9578739Z copying bench/opteron-stress-test.txt -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9580096Z copying bench/optimal-chunksize.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9581381Z copying bench/plot-bar.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9582830Z copying bench/plot-comparison-lzo-zlib-ucl.gnuplot -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9584182Z copying bench/plot-comparison-psyco-lzo.gnuplot -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9585741Z copying bench/poly.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9587259Z copying bench/postgres-search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9588765Z copying bench/postgres_backend.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9590211Z copying bench/pytables-search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9591578Z copying bench/pytables_backend.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9592939Z copying bench/query_meteo_data.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9594369Z copying bench/read-table.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9595713Z copying bench/recarray2-test.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9597101Z copying bench/search-bench-plot.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9598459Z copying bench/search-bench-rnd.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9599783Z copying bench/search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9601315Z copying bench/search-bench.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9602745Z copying bench/searchsorted-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9604179Z copying bench/searchsorted-bench2.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9605615Z copying bench/shelve-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9607051Z copying bench/simple-table.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9608388Z copying bench/split-file.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9609765Z copying bench/sqlite-search-bench-rnd.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9611105Z copying bench/sqlite-search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9612582Z copying bench/sqlite-search-bench.sh -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9613899Z copying bench/sqlite3-search-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9615282Z copying bench/stress-test.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9616756Z copying bench/stress-test2.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9618154Z copying bench/stress-test3.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9619497Z copying bench/table-bench.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9621012Z copying bench/table-copy.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9622343Z copying bench/undo_redo.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9623737Z copying bench/undo_redo.txt -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9625343Z copying bench/widetree.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9626803Z copying bench/widetree2.py -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9628186Z copying bench/woody-pentiumIV.txt -> tables-3.8.1.dev0/bench
2023-09-21T12:57:43.9629732Z copying c-blosc/blosc/bitshuffle-avx2.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9631169Z copying c-blosc/blosc/bitshuffle-avx2.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9632628Z copying c-blosc/blosc/bitshuffle-generic.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9634008Z copying c-blosc/blosc/bitshuffle-generic.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9635406Z copying c-blosc/blosc/bitshuffle-sse2.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9636946Z copying c-blosc/blosc/bitshuffle-sse2.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9638284Z copying c-blosc/blosc/blosc-common.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9639718Z copying c-blosc/blosc/blosc-comp-features.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9641000Z copying c-blosc/blosc/blosc-export.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9642282Z copying c-blosc/blosc/blosc.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9644674Z copying c-blosc/blosc/blosc.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9646152Z copying c-blosc/blosc/blosclz.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9647730Z copying c-blosc/blosc/blosclz.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9649070Z copying c-blosc/blosc/fastcopy.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9650646Z copying c-blosc/blosc/fastcopy.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9652029Z copying c-blosc/blosc/shuffle-avx2.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9653673Z copying c-blosc/blosc/shuffle-avx2.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9655019Z copying c-blosc/blosc/shuffle-generic.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9656420Z copying c-blosc/blosc/shuffle-generic.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9657746Z copying c-blosc/blosc/shuffle-sse2.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9659492Z copying c-blosc/blosc/shuffle-sse2.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9660854Z copying c-blosc/blosc/shuffle.c -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9662379Z copying c-blosc/blosc/shuffle.h -> tables-3.8.1.dev0/c-blosc/blosc
2023-09-21T12:57:43.9663887Z copying c-blosc/blosc/win32/pthread.c -> tables-3.8.1.dev0/c-blosc/blosc/win32
2023-09-21T12:57:43.9665569Z copying c-blosc/blosc/win32/pthread.h -> tables-3.8.1.dev0/c-blosc/blosc/win32
2023-09-21T12:57:43.9666973Z copying c-blosc/blosc/win32/stdint-windows.h -> tables-3.8.1.dev0/c-blosc/blosc/win32
2023-09-21T12:57:43.9668478Z copying c-blosc/internal-complibs/lz4-1.9.4/lz4.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9671257Z copying c-blosc/internal-complibs/lz4-1.9.4/lz4.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9672985Z copying c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9675337Z copying c-blosc/internal-complibs/lz4-1.9.4/lz4hc.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:43.9676811Z copying c-blosc/internal-complibs/zlib-1.2.13/adler32.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9678411Z copying c-blosc/internal-complibs/zlib-1.2.13/compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9679746Z copying c-blosc/internal-complibs/zlib-1.2.13/crc32.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9681330Z copying c-blosc/internal-complibs/zlib-1.2.13/crc32.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9689714Z copying c-blosc/internal-complibs/zlib-1.2.13/deflate.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9692208Z copying c-blosc/internal-complibs/zlib-1.2.13/deflate.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9693692Z copying c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9695062Z copying c-blosc/internal-complibs/zlib-1.2.13/gzguts.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9696498Z copying c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9698338Z copying c-blosc/internal-complibs/zlib-1.2.13/gzread.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9699930Z copying c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9701508Z copying c-blosc/internal-complibs/zlib-1.2.13/infback.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9703146Z copying c-blosc/internal-complibs/zlib-1.2.13/inffast.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9704708Z copying c-blosc/internal-complibs/zlib-1.2.13/inffast.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9706574Z copying c-blosc/internal-complibs/zlib-1.2.13/inffixed.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9708016Z copying c-blosc/internal-complibs/zlib-1.2.13/inflate.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9710138Z copying c-blosc/internal-complibs/zlib-1.2.13/inflate.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9711602Z copying c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9713056Z copying c-blosc/internal-complibs/zlib-1.2.13/inftrees.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9714444Z copying c-blosc/internal-complibs/zlib-1.2.13/trees.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9716329Z copying c-blosc/internal-complibs/zlib-1.2.13/trees.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9717908Z copying c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9719212Z copying c-blosc/internal-complibs/zlib-1.2.13/zconf.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9720693Z copying c-blosc/internal-complibs/zlib-1.2.13/zlib.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9723256Z copying c-blosc/internal-complibs/zlib-1.2.13/zutil.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9724605Z copying c-blosc/internal-complibs/zlib-1.2.13/zutil.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:43.9726138Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/blast/blast.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/blast
2023-09-21T12:57:43.9727831Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/blast/blast.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/blast
2023-09-21T12:57:43.9729289Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/infback9.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9731022Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/infback9.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9732474Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/inffix9.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9733928Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/inflate9.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9735350Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/inftree9.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9736876Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9/inftree9.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/infback9
2023-09-21T12:57:43.9738346Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream/zfstream.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream
2023-09-21T12:57:43.9739796Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream2/zstream.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream2
2023-09-21T12:57:43.9741238Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3/test.cc -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3
2023-09-21T12:57:43.9742673Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3/zfstream.cc -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3
2023-09-21T12:57:43.9744128Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3/zfstream.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/iostream3
2023-09-21T12:57:43.9746063Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/crypt.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9747583Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/ioapi.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9749097Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/ioapi.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9750521Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/iowin32.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9752038Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/iowin32.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9753455Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/miniunz.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9755105Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/minizip.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9756544Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/mztools.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9757971Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/mztools.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9759367Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/unzip.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9761693Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/unzip.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9763228Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/zip.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9765619Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip/zip.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/minizip
2023-09-21T12:57:43.9767243Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/puff/puff.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/puff
2023-09-21T12:57:43.9768938Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/puff/puff.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/puff
2023-09-21T12:57:43.9770335Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/puff/pufftest.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/puff
2023-09-21T12:57:43.9771803Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/testzlib/testzlib.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/testzlib
2023-09-21T12:57:43.9773240Z copying c-blosc/internal-complibs/zlib-1.2.13/contrib/untgz/untgz.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/contrib/untgz
2023-09-21T12:57:43.9774921Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/enough.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9776669Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/fitblk.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9778114Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gun.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9779798Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gzappend.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9781328Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gzjoin.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9782802Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gzlog.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9784743Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gzlog.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9786399Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/gznorm.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9788025Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/zpipe.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9789450Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/zran.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9791020Z copying c-blosc/internal-complibs/zlib-1.2.13/examples/zran.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/examples
2023-09-21T12:57:43.9792357Z copying c-blosc/internal-complibs/zlib-1.2.13/test/example.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/test
2023-09-21T12:57:43.9793929Z copying c-blosc/internal-complibs/zlib-1.2.13/test/infcover.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/test
2023-09-21T12:57:43.9795636Z copying c-blosc/internal-complibs/zlib-1.2.13/test/minigzip.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zlib-1.2.13/test
2023-09-21T12:57:43.9797146Z copying c-blosc/internal-complibs/zstd-1.5.5/zdict.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:43.9798967Z copying c-blosc/internal-complibs/zstd-1.5.5/zstd.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:43.9802539Z copying c-blosc/internal-complibs/zstd-1.5.5/zstd_errors.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:43.9803934Z copying c-blosc/internal-complibs/zstd-1.5.5/common/allocations.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9805328Z copying c-blosc/internal-complibs/zstd-1.5.5/common/bits.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9806775Z copying c-blosc/internal-complibs/zstd-1.5.5/common/bitstream.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9808281Z copying c-blosc/internal-complibs/zstd-1.5.5/common/compiler.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9809868Z copying c-blosc/internal-complibs/zstd-1.5.5/common/cpu.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9811245Z copying c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9812592Z copying c-blosc/internal-complibs/zstd-1.5.5/common/debug.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9813968Z copying c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9815347Z copying c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9816744Z copying c-blosc/internal-complibs/zstd-1.5.5/common/error_private.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9818133Z copying c-blosc/internal-complibs/zstd-1.5.5/common/fse.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9819898Z copying c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9821266Z copying c-blosc/internal-complibs/zstd-1.5.5/common/huf.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9822830Z copying c-blosc/internal-complibs/zstd-1.5.5/common/mem.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9824314Z copying c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9826113Z copying c-blosc/internal-complibs/zstd-1.5.5/common/pool.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9827547Z copying c-blosc/internal-complibs/zstd-1.5.5/common/portability_macros.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9828946Z copying c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9830288Z copying c-blosc/internal-complibs/zstd-1.5.5/common/threading.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9831766Z copying c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9833143Z copying c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9837085Z copying c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9838710Z copying c-blosc/internal-complibs/zstd-1.5.5/common/zstd_deps.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9840073Z copying c-blosc/internal-complibs/zstd-1.5.5/common/zstd_internal.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9841442Z copying c-blosc/internal-complibs/zstd-1.5.5/common/zstd_trace.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:43.9842827Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/clevels.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9844334Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9845924Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9847381Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/hist.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9848759Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9850869Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9855995Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_internal.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9858017Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9859540Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9860973Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9862472Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9863932Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9865889Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9867292Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_cwksp.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9868980Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9870783Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9872179Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9873893Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9875253Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9877938Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9879313Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9880961Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9882576Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm_geartab.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9883955Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9886074Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9887492Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9889734Z copying c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:43.9891220Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9893570Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9895180Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9896605Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9898809Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9901452Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9902904Z copying c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_internal.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:43.9904453Z copying c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9905969Z copying c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9907392Z copying c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9908826Z copying c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:43.9910229Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9911980Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9913389Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9915358Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9916813Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9918397Z copying c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:43.9920258Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_legacy.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9921734Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9923941Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9925310Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9928153Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9929510Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9932298Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9933672Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9936551Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9937956Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9941298Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9942655Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9946442Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9947853Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9951511Z copying c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.h -> tables-3.8.1.dev0/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:43.9952771Z copying contrib/README -> tables-3.8.1.dev0/contrib
2023-09-21T12:57:43.9954198Z copying contrib/make_hdf.py -> tables-3.8.1.dev0/contrib
2023-09-21T12:57:43.9955600Z copying contrib/nctoh5.py -> tables-3.8.1.dev0/contrib
2023-09-21T12:57:43.9956930Z copying doc/Makefile -> tables-3.8.1.dev0/doc
2023-09-21T12:57:43.9958311Z copying doc/make.bat -> tables-3.8.1.dev0/doc
2023-09-21T12:57:43.9959806Z copying doc/scripts/filenode.py -> tables-3.8.1.dev0/doc/scripts
2023-09-21T12:57:43.9961155Z copying doc/scripts/pickletrouble.py -> tables-3.8.1.dev0/doc/scripts
2023-09-21T12:57:43.9962472Z copying doc/scripts/tutorial1.py -> tables-3.8.1.dev0/doc/scripts
2023-09-21T12:57:43.9963851Z copying doc/source/FAQ.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9965508Z copying doc/source/MIGRATING_TO_2.x.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9966934Z copying doc/source/MIGRATING_TO_3.x.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9968615Z copying doc/source/conf.py -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9970057Z copying doc/source/dev_team.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9971404Z copying doc/source/development.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9972738Z copying doc/source/downloads.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9974083Z copying doc/source/index.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9975464Z copying doc/source/other_material.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9976884Z copying doc/source/project_pointers.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9978245Z copying doc/source/release_notes.rst -> tables-3.8.1.dev0/doc/source
2023-09-21T12:57:43.9979751Z copying doc/source/_static/logo-pytables-small.png -> tables-3.8.1.dev0/doc/source/_static
2023-09-21T12:57:43.9981365Z copying doc/source/_templates/layout.html -> tables-3.8.1.dev0/doc/source/_templates
2023-09-21T12:57:43.9982743Z copying doc/source/cookbook/custom_data_types.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9984207Z copying doc/source/cookbook/hints_for_sql_users.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9986029Z copying doc/source/cookbook/index.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9987436Z copying doc/source/cookbook/inmemory_hdf5_files.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9988807Z copying doc/source/cookbook/no_root_install.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9990179Z copying doc/source/cookbook/py2exe_howto.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9991511Z copying doc/source/cookbook/simple_table.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9992938Z copying doc/source/cookbook/tailoring_atexit_hooks.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9994241Z copying doc/source/cookbook/threading.rst -> tables-3.8.1.dev0/doc/source/cookbook
2023-09-21T12:57:43.9995846Z copying doc/source/cookbook/py2exe_howto/pytables_test.py -> tables-3.8.1.dev0/doc/source/cookbook/py2exe_howto
2023-09-21T12:57:43.9997174Z copying doc/source/images/NumFocusSponsoredStamp.png -> tables-3.8.1.dev0/doc/source/images
2023-09-21T12:57:43.9998606Z copying doc/source/images/favicon.ico -> tables-3.8.1.dev0/doc/source/images
2023-09-21T12:57:44.0000057Z copying doc/source/release-notes/RELEASE_NOTES_v0.7.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0001534Z copying doc/source/release-notes/RELEASE_NOTES_v0.7.2.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0002850Z copying doc/source/release-notes/RELEASE_NOTES_v0.8.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0004247Z copying doc/source/release-notes/RELEASE_NOTES_v0.9.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0005609Z copying doc/source/release-notes/RELEASE_NOTES_v0.9.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0006992Z copying doc/source/release-notes/RELEASE_NOTES_v1.0.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0008354Z copying doc/source/release-notes/RELEASE_NOTES_v1.1.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0009685Z copying doc/source/release-notes/RELEASE_NOTES_v1.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0011016Z copying doc/source/release-notes/RELEASE_NOTES_v1.2.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0012332Z copying doc/source/release-notes/RELEASE_NOTES_v1.2.2.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0013750Z copying doc/source/release-notes/RELEASE_NOTES_v1.2.3.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0015069Z copying doc/source/release-notes/RELEASE_NOTES_v1.2.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0016420Z copying doc/source/release-notes/RELEASE_NOTES_v1.3.1.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0017767Z copying doc/source/release-notes/RELEASE_NOTES_v1.3.2.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0019098Z copying doc/source/release-notes/RELEASE_NOTES_v1.3.3.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0020432Z copying doc/source/release-notes/RELEASE_NOTES_v1.3.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0021833Z copying doc/source/release-notes/RELEASE_NOTES_v1.4.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0023224Z copying doc/source/release-notes/RELEASE_NOTES_v2.0.x-pro.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0024908Z copying doc/source/release-notes/RELEASE_NOTES_v2.0.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0026906Z copying doc/source/release-notes/RELEASE_NOTES_v2.1.x-pro.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0028297Z copying doc/source/release-notes/RELEASE_NOTES_v2.1.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0029786Z copying doc/source/release-notes/RELEASE_NOTES_v2.2.x-pro.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0031141Z copying doc/source/release-notes/RELEASE_NOTES_v2.2.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0032988Z copying doc/source/release-notes/RELEASE_NOTES_v2.3.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0034409Z copying doc/source/release-notes/RELEASE_NOTES_v2.4.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0035920Z copying doc/source/release-notes/RELEASE_NOTES_v3.0.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0037438Z copying doc/source/release-notes/RELEASE_NOTES_v3.1.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0038862Z copying doc/source/release-notes/RELEASE_NOTES_v3.2.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0040290Z copying doc/source/release-notes/RELEASE_NOTES_v3.3.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0041638Z copying doc/source/release-notes/RELEASE_NOTES_v3.4.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0043064Z copying doc/source/release-notes/RELEASE_NOTES_v3.5.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0044297Z copying doc/source/release-notes/RELEASE_NOTES_v3.6.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0045675Z copying doc/source/release-notes/RELEASE_NOTES_v3.7.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0047049Z copying doc/source/release-notes/RELEASE_NOTES_v3.8.x.rst -> tables-3.8.1.dev0/doc/source/release-notes
2023-09-21T12:57:44.0048445Z copying doc/source/usersguide/bibliography.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0049880Z copying doc/source/usersguide/condition_syntax.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0051294Z copying doc/source/usersguide/datatypes.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0052654Z copying doc/source/usersguide/file_format.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0054129Z copying doc/source/usersguide/filenode.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0055590Z copying doc/source/usersguide/index.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0056993Z copying doc/source/usersguide/installation.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0058599Z copying doc/source/usersguide/introduction.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0060083Z copying doc/source/usersguide/libref.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0061410Z copying doc/source/usersguide/optimization.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0063478Z copying doc/source/usersguide/parameter_files.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0064858Z copying doc/source/usersguide/tutorials.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0067816Z copying doc/source/usersguide/usersguide.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0069032Z copying doc/source/usersguide/utilities.rst -> tables-3.8.1.dev0/doc/source/usersguide
2023-09-21T12:57:44.0070506Z copying doc/source/usersguide/images/Q7-10m-noidx.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0073010Z copying doc/source/usersguide/images/Q8-1g-idx-SSD.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0075601Z copying doc/source/usersguide/images/Q8-1g-idx-compress.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0078063Z copying doc/source/usersguide/images/Q8-1g-idx-optlevels.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0080628Z copying doc/source/usersguide/images/Q8-1g-idx-sorted.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0083240Z copying doc/source/usersguide/images/Q8-1g-noidx.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0085671Z copying doc/source/usersguide/images/compressed-recordsize-shuffle.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0087734Z copying doc/source/usersguide/images/compressed-recordsize-zlib.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0089428Z copying doc/source/usersguide/images/compressed-recordsize.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0091339Z copying doc/source/usersguide/images/compressed-select-cache-shuffle.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0093422Z copying doc/source/usersguide/images/compressed-select-cache-zlib.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0095240Z copying doc/source/usersguide/images/compressed-select-cache.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0097173Z copying doc/source/usersguide/images/compressed-select-nocache-shuffle-only.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0099164Z copying doc/source/usersguide/images/compressed-select-nocache.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0101240Z copying doc/source/usersguide/images/compressed-writing-shuffle.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0103326Z copying doc/source/usersguide/images/compressed-writing-zlib.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0108736Z copying doc/source/usersguide/images/compressed-writing.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0109569Z copying doc/source/usersguide/images/cratio-zlib-blosc-blosc2.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0110691Z copying doc/source/usersguide/images/create-chunksize-15GB.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0111538Z copying doc/source/usersguide/images/create-index-time-int32-float64.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0113199Z copying doc/source/usersguide/images/filesizes-chunksize-15GB.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0115176Z copying doc/source/usersguide/images/indexes-sizes2.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0117230Z copying doc/source/usersguide/images/inkernel-vs-pandas.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0118910Z copying doc/source/usersguide/images/inkernel-zlib-blosc-blosc2.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0120865Z copying doc/source/usersguide/images/objecttree-h5.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0123459Z copying doc/source/usersguide/images/objecttree.pdf -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0124927Z copying doc/source/usersguide/images/objecttree.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0129269Z copying doc/source/usersguide/images/objecttree.svg -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0130798Z copying doc/source/usersguide/images/pytables-front-logo.pdf -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0133250Z copying doc/source/usersguide/images/random-chunksize-15GB.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0135313Z copying doc/source/usersguide/images/read-medium-psyco-nopsyco-comparison.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0137404Z copying doc/source/usersguide/images/seq-chunksize-15GB.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0139767Z copying doc/source/usersguide/images/tutorial1-1-tableview.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0142215Z copying doc/source/usersguide/images/tutorial1-2-tableview.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0144683Z copying doc/source/usersguide/images/tutorial1-general.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0146770Z copying doc/source/usersguide/images/tutorial2-tableview.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0149529Z copying doc/source/usersguide/images/write-medium-psyco-nopsyco-comparison.png -> tables-3.8.1.dev0/doc/source/usersguide/images
2023-09-21T12:57:44.0151410Z copying doc/source/usersguide/libref/declarative_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0152805Z copying doc/source/usersguide/libref/expr_class.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0154179Z copying doc/source/usersguide/libref/file_class.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0155609Z copying doc/source/usersguide/libref/filenode_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0156951Z copying doc/source/usersguide/libref/helper_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0158462Z copying doc/source/usersguide/libref/hierarchy_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0159770Z copying doc/source/usersguide/libref/homogenous_storage.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0161186Z copying doc/source/usersguide/libref/link_classes.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0162469Z copying doc/source/usersguide/libref/structured_storage.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0163798Z copying doc/source/usersguide/libref/top_level.rst -> tables-3.8.1.dev0/doc/source/usersguide/libref
2023-09-21T12:57:44.0165029Z copying examples/add-column.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0166353Z copying examples/array1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0167721Z copying examples/array2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0169016Z copying examples/array3.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0170365Z copying examples/array4.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0171706Z copying examples/attributes1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0173199Z copying examples/attrs-with-padding.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0174362Z copying examples/carray1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0175741Z copying examples/check_examples.sh -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0177018Z copying examples/earray1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0178345Z copying examples/earray2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0179647Z copying examples/filenodes1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0180962Z copying examples/index.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0182282Z copying examples/inmemory.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0183587Z copying examples/links.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0185218Z copying examples/multiprocess_access_benchmarks.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0186612Z copying examples/multiprocess_access_queues.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0187952Z copying examples/nested-tut.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0189316Z copying examples/nested1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0190735Z copying examples/objecttree.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0192072Z copying examples/particles.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0193407Z copying examples/play-with-enums.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0194758Z copying examples/read_array_out_arg.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0196079Z copying examples/simple_threading.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0197678Z copying examples/split.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0198992Z copying examples/table-tree.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0200167Z copying examples/table1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0201474Z copying examples/table2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0202799Z copying examples/table3.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0204170Z copying examples/tables-with-padding.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0205494Z copying examples/threading_monkeypatch.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0206771Z copying examples/tutorial1-1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0208137Z copying examples/tutorial1-2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0209651Z copying examples/tutorial2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0210959Z copying examples/tutorial3-1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0212359Z copying examples/tutorial3-2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0213609Z copying examples/undo-redo.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0215015Z copying examples/vlarray1.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0216330Z copying examples/vlarray2.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0217612Z copying examples/vlarray3.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0218904Z copying examples/vlarray4.py -> tables-3.8.1.dev0/examples
2023-09-21T12:57:44.0220361Z copying hdf5-blosc/src/blosc_filter.c -> tables-3.8.1.dev0/hdf5-blosc/src
2023-09-21T12:57:44.0221681Z copying hdf5-blosc/src/blosc_filter.h -> tables-3.8.1.dev0/hdf5-blosc/src
2023-09-21T12:57:44.0223054Z copying hdf5-blosc2/src/blosc2_filter.c -> tables-3.8.1.dev0/hdf5-blosc2/src
2023-09-21T12:57:44.0224668Z copying hdf5-blosc2/src/blosc2_filter.h -> tables-3.8.1.dev0/hdf5-blosc2/src
2023-09-21T12:57:44.0226078Z copying src/H5ARRAY-opt.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0227491Z copying src/H5ARRAY-opt.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0228816Z copying src/H5ARRAY.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0230493Z copying src/H5ARRAY.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0231796Z copying src/H5ATTR.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0233345Z copying src/H5ATTR.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0234721Z copying src/H5TB-opt.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0236432Z copying src/H5TB-opt.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0237817Z copying src/H5VLARRAY.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0239314Z copying src/H5VLARRAY.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0240643Z copying src/H5Zbzip2.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0242121Z copying src/H5Zbzip2.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0243333Z copying src/H5Zlzo.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0244856Z copying src/H5Zlzo.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0246211Z copying src/idx-opt.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0247674Z copying src/idx-opt.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0248966Z copying src/tables.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0250297Z copying src/typeconv.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0251703Z copying src/typeconv.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0252918Z copying src/utils.c -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0254636Z copying src/utils.h -> tables-3.8.1.dev0/src
2023-09-21T12:57:44.0256215Z copying tables/__init__.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0257639Z copying tables/_comp_bzip2.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0258958Z copying tables/_comp_lzo.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0260274Z copying tables/_version.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0261697Z copying tables/array.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0263438Z copying tables/atom.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0265825Z copying tables/attributeset.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0267444Z copying tables/carray.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0268883Z copying tables/conditions.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0270366Z copying tables/definitions.pxd -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0272051Z copying tables/description.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0273926Z copying tables/earray.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0275481Z copying tables/exceptions.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0276752Z copying tables/expression.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0278320Z copying tables/file.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0280928Z copying tables/filters.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0282503Z copying tables/flavor.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0283970Z copying tables/group.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0285982Z copying tables/hdf5extension.pxd -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0287336Z copying tables/hdf5extension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0289584Z copying tables/idxutils.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0290941Z copying tables/index.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0293510Z copying tables/indexes.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0294878Z copying tables/indexesextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0296685Z copying tables/leaf.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0298493Z copying tables/link.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0300102Z copying tables/linkextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0301421Z copying tables/lrucacheextension.pxd -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0302714Z copying tables/lrucacheextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0304190Z copying tables/node.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0306257Z copying tables/parameters.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0307869Z copying tables/path.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0309361Z copying tables/registry.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0310736Z copying tables/req_versions.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0312095Z copying tables/table.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0315227Z copying tables/tableextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0317151Z copying tables/undoredo.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0318455Z copying tables/unimplemented.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0319814Z copying tables/utils.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0321358Z copying tables/utilsextension.pxd -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0322638Z copying tables/utilsextension.pyx -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0324569Z copying tables/vlarray.py -> tables-3.8.1.dev0/tables
2023-09-21T12:57:44.0326233Z copying tables.egg-info/PKG-INFO -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0327579Z copying tables.egg-info/SOURCES.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0329430Z copying tables.egg-info/dependency_links.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0330782Z copying tables.egg-info/entry_points.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0332161Z copying tables.egg-info/not-zip-safe -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0333484Z copying tables.egg-info/requires.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0334947Z copying tables.egg-info/top_level.txt -> tables-3.8.1.dev0/tables.egg-info
2023-09-21T12:57:44.0336177Z copying tables/misc/__init__.py -> tables-3.8.1.dev0/tables/misc
2023-09-21T12:57:44.0337493Z copying tables/misc/enum.py -> tables-3.8.1.dev0/tables/misc
2023-09-21T12:57:44.0338968Z copying tables/misc/proxydict.py -> tables-3.8.1.dev0/tables/misc
2023-09-21T12:57:44.0340293Z copying tables/nodes/__init__.py -> tables-3.8.1.dev0/tables/nodes
2023-09-21T12:57:44.0341709Z copying tables/nodes/filenode.py -> tables-3.8.1.dev0/tables/nodes
2023-09-21T12:57:44.0343436Z copying tables/nodes/tests/__init__.py -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0344961Z copying tables/nodes/tests/test_filenode.dat -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0347734Z copying tables/nodes/tests/test_filenode.py -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0349412Z copying tables/nodes/tests/test_filenode.xbm -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0350750Z copying tables/nodes/tests/test_filenode_v1.h5 -> tables-3.8.1.dev0/tables/nodes/tests
2023-09-21T12:57:44.0352151Z copying tables/scripts/__init__.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0353504Z copying tables/scripts/pt2to3.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0355104Z copying tables/scripts/ptdump.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0356485Z copying tables/scripts/ptrepack.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0358183Z copying tables/scripts/pttree.py -> tables-3.8.1.dev0/tables/scripts
2023-09-21T12:57:44.0359669Z copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0361232Z copying tables/tests/Tables_lzo1.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0362805Z copying tables/tests/Tables_lzo1_shuffle.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0364333Z copying tables/tests/Tables_lzo2.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0365903Z copying tables/tests/Tables_lzo2_shuffle.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0367458Z copying tables/tests/__init__.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0368982Z copying tables/tests/array_mdatom.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0370333Z copying tables/tests/attr-u16.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0371936Z copying tables/tests/blosc_bigendian.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0373340Z copying tables/tests/bug-idx.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0374941Z copying tables/tests/check_leaks.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0376360Z copying tables/tests/common.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0377806Z copying tables/tests/create_backcompat_indexes.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0379085Z copying tables/tests/elink.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0380495Z copying tables/tests/elink2.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0381739Z copying tables/tests/ex-noattr.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0383305Z copying tables/tests/flavored_vlarrays-format1.6.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0384883Z copying tables/tests/float.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0386594Z copying tables/tests/idx-std-1.x.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0388293Z copying tables/tests/indexes_2_0.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0390460Z copying tables/tests/indexes_2_1.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0393541Z copying tables/tests/issue_368.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0394698Z copying tables/tests/issue_560.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0396055Z copying tables/tests/itemsize.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0397378Z copying tables/tests/matlab_file.mat -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0398778Z copying tables/tests/nested-type-with-gaps.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0400099Z copying tables/tests/non-chunked-table.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0401466Z copying tables/tests/oldflavor_numeric.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0404541Z copying tables/tests/out_of_order_types.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0406732Z copying tables/tests/python2.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0409132Z copying tables/tests/python3.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0411451Z copying tables/tests/scalar.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0412920Z copying tables/tests/slink.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0414379Z copying tables/tests/smpl_SDSextendible.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0415786Z copying tables/tests/smpl_compound_chunked.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0417210Z copying tables/tests/smpl_enum.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0418581Z copying tables/tests/smpl_f64be.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0419868Z copying tables/tests/smpl_f64le.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0421204Z copying tables/tests/smpl_i32be.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0422503Z copying tables/tests/smpl_i32le.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0423824Z copying tables/tests/smpl_i64be.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0425435Z copying tables/tests/smpl_i64le.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0427044Z copying tables/tests/smpl_unsupptype.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0428611Z copying tables/tests/test_all.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0429844Z copying tables/tests/test_array.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0432547Z copying tables/tests/test_attributes.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0434688Z copying tables/tests/test_aux.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0435975Z copying tables/tests/test_backcompat.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0437427Z copying tables/tests/test_basics.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0440003Z copying tables/tests/test_carray.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0442544Z copying tables/tests/test_create.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0445131Z copying tables/tests/test_do_undo.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0447554Z copying tables/tests/test_earray.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0450036Z copying tables/tests/test_enum.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0451588Z copying tables/tests/test_expression.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0453669Z copying tables/tests/test_garbage.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0454967Z copying tables/tests/test_hdf5compat.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0456580Z copying tables/tests/test_index_backcompat.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0457997Z copying tables/tests/test_indexes.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0460489Z copying tables/tests/test_indexvalues.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0463138Z copying tables/tests/test_large_tables.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0464531Z copying tables/tests/test_links.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0466769Z copying tables/tests/test_lists.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0468250Z copying tables/tests/test_nestedtypes.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0470305Z copying tables/tests/test_numpy.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0472287Z copying tables/tests/test_queries.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0474023Z copying tables/tests/test_ref_array1.mat -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0475489Z copying tables/tests/test_ref_array2.mat -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0476901Z copying tables/tests/test_suite.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0478301Z copying tables/tests/test_szip.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0479707Z copying tables/tests/test_tables.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0484471Z copying tables/tests/test_tablesMD.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0486876Z copying tables/tests/test_timestamps.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0488128Z copying tables/tests/test_timetype.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0489715Z copying tables/tests/test_tree.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0491540Z copying tables/tests/test_types.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0493019Z copying tables/tests/test_utils.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0494391Z copying tables/tests/test_vlarray.py -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0497600Z copying tables/tests/time-table-vlarray-1_x.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0499032Z copying tables/tests/times-nested-be.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0500606Z copying tables/tests/vlstr_attr.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0502036Z copying tables/tests/vlunicode_endian.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0504820Z copying tables/tests/zerodim-attrs-1.3.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0506296Z copying tables/tests/zerodim-attrs-1.4.h5 -> tables-3.8.1.dev0/tables/tests
2023-09-21T12:57:44.0507741Z copying utils/pt2to3 -> tables-3.8.1.dev0/utils
2023-09-21T12:57:44.0509153Z copying utils/ptdump -> tables-3.8.1.dev0/utils
2023-09-21T12:57:44.0510486Z copying utils/ptrepack -> tables-3.8.1.dev0/utils
2023-09-21T12:57:44.0511924Z copying utils/pttree -> tables-3.8.1.dev0/utils
2023-09-21T12:57:44.0525880Z Writing tables-3.8.1.dev0/setup.cfg
2023-09-21T12:57:44.0527354Z Creating tar archive
2023-09-21T12:57:45.6609830Z removing 'tables-3.8.1.dev0' (and everything under it)
2023-09-21T12:57:45.8386932Z Successfully built tables-3.8.1.dev0.tar.gz
2023-09-21T12:57:45.8618724Z python setup.py build
2023-09-21T12:57:47.3907761Z /tmp/blosc_list_compressors9fh36glz.c:1:10: fatal error: blosc.h: No such file or directory
2023-09-21T12:57:47.3908613Z     1 | #include "blosc.h"
2023-09-21T12:57:47.3909415Z       |          ^~~~~~~~~
2023-09-21T12:57:47.3909814Z compilation terminated.
2023-09-21T12:57:48.9078764Z * Using Python 3.11.5 (main, Aug 28 2023, 12:39:56) [GCC 11.4.0]
2023-09-21T12:57:48.9079747Z * Found cython 3.0.2
2023-09-21T12:57:48.9080800Z * USE_PKGCONFIG: True
2023-09-21T12:57:48.9081594Z * pkg-config header dirs for HDF5: /usr/include/hdf5/serial
2023-09-21T12:57:48.9082173Z * pkg-config library dirs for HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial
2023-09-21T12:57:48.9082859Z * Found HDF5 headers at ``/usr/include/hdf5/serial``, library at ``/usr/lib/x86_64-linux-gnu/hdf5/serial``.
2023-09-21T12:57:48.9083351Z .. WARNING:: Could not find the HDF5 runtime.
2023-09-21T12:57:48.9083779Z    The HDF5 shared library was *not* found in the default library
2023-09-21T12:57:48.9084265Z    paths. In case of runtime problems, please remember to install it.
2023-09-21T12:57:48.9084842Z * Found LZO 2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:48.9085374Z * Skipping detection of LZO 1 since LZO 2 has already been found.
2023-09-21T12:57:48.9085913Z * Found bzip2 headers at ``/usr/include``, the library is located in the standard system search dirs.
2023-09-21T12:57:48.9086443Z * Could not find blosc headers and library; using internal sources.
2023-09-21T12:57:48.9086900Z * Run 'blosc2_find_directories_hook'
2023-09-21T12:57:48.9087448Z * Found blosc2 headers at ``/opt/hostedtoolcache/Python/3.11.5/x64/include``, library at ``/opt/hostedtoolcache/Python/3.11.5/x64/lib64``.
2023-09-21T12:57:48.9088263Z   * Copying blosc2 runtime library to 'tables' dir because it was not found in standard locations
2023-09-21T12:57:48.9088716Z * SSE2 detected and enabled
2023-09-21T12:57:48.9089011Z * AVX2 detected and enabled
2023-09-21T12:57:48.9089298Z running build
2023-09-21T12:57:48.9089932Z running build_py
2023-09-21T12:57:48.9145107Z creating build
2023-09-21T12:57:48.9147897Z creating build/lib.linux-x86_64-cpython-311
2023-09-21T12:57:48.9148734Z creating build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9150061Z copying tables/registry.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9152225Z copying tables/parameters.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9154298Z copying tables/conditions.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9156068Z copying tables/table.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9159880Z copying tables/link.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9161644Z copying tables/attributeset.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9163810Z copying tables/undoredo.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9165684Z copying tables/file.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9169947Z copying tables/leaf.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9171202Z copying tables/__init__.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9172964Z copying tables/req_versions.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9174557Z copying tables/path.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9176221Z copying tables/index.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9178997Z copying tables/_version.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9180571Z copying tables/array.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9182594Z copying tables/node.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9184923Z copying tables/unimplemented.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9186699Z copying tables/earray.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9188453Z copying tables/expression.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9190342Z copying tables/group.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9192523Z copying tables/indexes.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9194149Z copying tables/exceptions.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9195878Z copying tables/description.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9197845Z copying tables/flavor.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9199637Z copying tables/filters.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9201421Z copying tables/vlarray.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9203344Z copying tables/atom.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9205468Z copying tables/utils.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9207184Z copying tables/idxutils.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9208953Z copying tables/carray.py -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:48.9212864Z creating build/lib.linux-x86_64-cpython-311/tables/nodes
2023-09-21T12:57:48.9214580Z copying tables/nodes/filenode.py -> build/lib.linux-x86_64-cpython-311/tables/nodes
2023-09-21T12:57:48.9216174Z copying tables/nodes/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/nodes
2023-09-21T12:57:48.9219448Z creating build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9220946Z copying tables/scripts/ptrepack.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9223049Z copying tables/scripts/pt2to3.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9225347Z copying tables/scripts/ptdump.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9227112Z copying tables/scripts/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9228761Z copying tables/scripts/pttree.py -> build/lib.linux-x86_64-cpython-311/tables/scripts
2023-09-21T12:57:48.9231963Z creating build/lib.linux-x86_64-cpython-311/tables/misc
2023-09-21T12:57:48.9233352Z copying tables/misc/proxydict.py -> build/lib.linux-x86_64-cpython-311/tables/misc
2023-09-21T12:57:48.9235113Z copying tables/misc/enum.py -> build/lib.linux-x86_64-cpython-311/tables/misc
2023-09-21T12:57:48.9236855Z copying tables/misc/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/misc
2023-09-21T12:57:48.9243487Z creating build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9245193Z copying tables/tests/test_timetype.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9246850Z copying tables/tests/common.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9248732Z copying tables/tests/test_index_backcompat.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9250390Z copying tables/tests/test_all.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9252001Z copying tables/tests/test_indexvalues.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9255083Z copying tables/tests/test_attributes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9257579Z copying tables/tests/test_hdf5compat.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9259304Z copying tables/tests/test_links.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9261182Z copying tables/tests/test_backcompat.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9262874Z copying tables/tests/test_large_tables.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9264665Z copying tables/tests/test_indexes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9268135Z copying tables/tests/test_suite.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9269967Z copying tables/tests/test_array.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9272814Z copying tables/tests/create_backcompat_indexes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9274425Z copying tables/tests/test_expression.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9276689Z copying tables/tests/test_basics.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9279498Z copying tables/tests/test_create.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9282319Z copying tables/tests/test_earray.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9285207Z copying tables/tests/test_utils.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9286815Z copying tables/tests/test_aux.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9288385Z copying tables/tests/test_enum.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9290276Z copying tables/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9291890Z copying tables/tests/test_tables.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9297589Z copying tables/tests/test_garbage.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9298551Z copying tables/tests/test_nestedtypes.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9300841Z copying tables/tests/test_queries.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9303001Z copying tables/tests/check_leaks.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9305266Z copying tables/tests/test_timestamps.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9308228Z copying tables/tests/test_carray.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9312301Z copying tables/tests/test_tree.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9314044Z copying tables/tests/test_do_undo.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9316673Z copying tables/tests/test_numpy.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9319032Z copying tables/tests/test_types.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9320633Z copying tables/tests/test_vlarray.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9324053Z copying tables/tests/test_tablesMD.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9332325Z copying tables/tests/test_lists.py -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:48.9333047Z creating build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:48.9333680Z copying tables/nodes/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:48.9334616Z copying tables/nodes/tests/test_filenode.py -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:48.9336975Z running egg_info
2023-09-21T12:57:48.9407538Z writing tables.egg-info/PKG-INFO
2023-09-21T12:57:48.9421348Z writing dependency_links to tables.egg-info/dependency_links.txt
2023-09-21T12:57:48.9426195Z writing entry points to tables.egg-info/entry_points.txt
2023-09-21T12:57:48.9435940Z writing requirements to tables.egg-info/requires.txt
2023-09-21T12:57:48.9437690Z writing top-level names to tables.egg-info/top_level.txt
2023-09-21T12:57:48.9533637Z reading manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:48.9569622Z reading manifest template 'MANIFEST.in'
2023-09-21T12:57:48.9676184Z warning: no previously-included files matching '*.c' found under directory 'tables'
2023-09-21T12:57:48.9738388Z warning: no files found matching '*.inc' under directory 'c-blosc/blosc'
2023-09-21T12:57:49.0018407Z warning: no files found matching '*.conf' under directory 'doc'
2023-09-21T12:57:49.0075509Z warning: no files found matching '*.*_t' under directory 'doc'
2023-09-21T12:57:49.0129234Z warning: no files found matching '*.js' under directory 'doc'
2023-09-21T12:57:49.0158279Z warning: no files found matching '*.css' under directory 'doc'
2023-09-21T12:57:49.0262028Z warning: no files found matching '*' under directory 'doc/sphinxext'
2023-09-21T12:57:49.0265762Z warning: no previously-included files matching '*' found under directory 'doc/build'
2023-09-21T12:57:49.0315269Z warning: no files found matching '*.h5' under directory 'bench'
2023-09-21T12:57:49.0326738Z adding license file 'LICENSE.txt'
2023-09-21T12:57:49.0384243Z writing manifest file 'tables.egg-info/SOURCES.txt'
2023-09-21T12:57:49.0449146Z copying tables/_comp_bzip2.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0452012Z copying tables/_comp_lzo.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0453705Z copying tables/definitions.pxd -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0455391Z copying tables/hdf5extension.pxd -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0457543Z copying tables/hdf5extension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0458662Z copying tables/indexesextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0461552Z copying tables/linkextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0463295Z copying tables/lrucacheextension.pxd -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0465327Z copying tables/lrucacheextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0467105Z copying tables/tableextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0468806Z copying tables/utilsextension.pxd -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0471068Z copying tables/utilsextension.pyx -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0472693Z copying tables/libblosc2.so -> build/lib.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.0496025Z copying tables/tests/Table2_1_lzo_nrv2e_shuffle.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0498142Z copying tables/tests/Tables_lzo1.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0499928Z copying tables/tests/Tables_lzo1_shuffle.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0501707Z copying tables/tests/Tables_lzo2.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0503440Z copying tables/tests/Tables_lzo2_shuffle.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0505529Z copying tables/tests/array_mdatom.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0506651Z copying tables/tests/attr-u16.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0510123Z copying tables/tests/blosc_bigendian.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0511860Z copying tables/tests/bug-idx.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0513566Z copying tables/tests/elink.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0516289Z copying tables/tests/elink2.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0517391Z copying tables/tests/ex-noattr.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0519797Z copying tables/tests/flavored_vlarrays-format1.6.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0520943Z copying tables/tests/float.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0523471Z copying tables/tests/idx-std-1.x.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0524598Z copying tables/tests/indexes_2_0.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0526863Z copying tables/tests/indexes_2_1.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0528572Z copying tables/tests/issue_368.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0530274Z copying tables/tests/issue_560.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0532612Z copying tables/tests/itemsize.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0533731Z copying tables/tests/matlab_file.mat -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0536119Z copying tables/tests/nested-type-with-gaps.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0537324Z copying tables/tests/non-chunked-table.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0539134Z copying tables/tests/oldflavor_numeric.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0540884Z copying tables/tests/out_of_order_types.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0542196Z copying tables/tests/python2.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0543732Z copying tables/tests/python3.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0546642Z copying tables/tests/scalar.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0548069Z copying tables/tests/slink.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0549844Z copying tables/tests/smpl_SDSextendible.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0551366Z copying tables/tests/smpl_compound_chunked.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0552871Z copying tables/tests/smpl_enum.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0554322Z copying tables/tests/smpl_f64be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0555876Z copying tables/tests/smpl_f64le.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0557413Z copying tables/tests/smpl_i32be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0558994Z copying tables/tests/smpl_i32le.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0560312Z copying tables/tests/smpl_i64be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0561857Z copying tables/tests/smpl_i64le.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0563537Z copying tables/tests/smpl_unsupptype.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0564945Z copying tables/tests/test_ref_array1.mat -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0566615Z copying tables/tests/test_ref_array2.mat -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0568289Z copying tables/tests/test_szip.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0569896Z copying tables/tests/time-table-vlarray-1_x.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0571414Z copying tables/tests/times-nested-be.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0573228Z copying tables/tests/vlstr_attr.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0574893Z copying tables/tests/vlunicode_endian.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0577485Z copying tables/tests/zerodim-attrs-1.3.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0579095Z copying tables/tests/zerodim-attrs-1.4.h5 -> build/lib.linux-x86_64-cpython-311/tables/tests
2023-09-21T12:57:49.0580696Z copying tables/nodes/tests/test_filenode.dat -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:49.0582251Z copying tables/nodes/tests/test_filenode.xbm -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:49.0583649Z copying tables/nodes/tests/test_filenode_v1.h5 -> build/lib.linux-x86_64-cpython-311/tables/nodes/tests
2023-09-21T12:57:49.0597916Z running build_ext
2023-09-21T12:57:49.2100135Z building 'tables.utilsextension' extension
2023-09-21T12:57:49.2102594Z creating build/temp.linux-x86_64-cpython-311
2023-09-21T12:57:49.2104088Z creating build/temp.linux-x86_64-cpython-311/c-blosc
2023-09-21T12:57:49.2105267Z creating build/temp.linux-x86_64-cpython-311/c-blosc/blosc
2023-09-21T12:57:49.2107580Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs
2023-09-21T12:57:49.2108665Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4
2023-09-21T12:57:49.2109779Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13
2023-09-21T12:57:49.2111601Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5
2023-09-21T12:57:49.2113369Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common
2023-09-21T12:57:49.2114510Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress
2023-09-21T12:57:49.2115666Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress
2023-09-21T12:57:49.2116846Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated
2023-09-21T12:57:49.2119124Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder
2023-09-21T12:57:49.2120983Z creating build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy
2023-09-21T12:57:49.2121960Z creating build/temp.linux-x86_64-cpython-311/hdf5-blosc
2023-09-21T12:57:49.2122852Z creating build/temp.linux-x86_64-cpython-311/hdf5-blosc/src
2023-09-21T12:57:49.2123713Z creating build/temp.linux-x86_64-cpython-311/hdf5-blosc2
2023-09-21T12:57:49.2124609Z creating build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src
2023-09-21T12:57:49.2125452Z creating build/temp.linux-x86_64-cpython-311/src
2023-09-21T12:57:49.2126253Z creating build/temp.linux-x86_64-cpython-311/tables
2023-09-21T12:57:49.2133078Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:50.0351861Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:50.5778371Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:51.1253311Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:51.4503321Z c-blosc/blosc/blosc.c: In function ‘blosc_d’:
2023-09-21T12:57:51.4509351Z c-blosc/blosc/blosc.c:763:38: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:57:51.4510477Z   763 |     if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) {
2023-09-21T12:57:51.4511341Z       |                                      ^
2023-09-21T12:57:51.4516780Z c-blosc/blosc/blosc.c: In function ‘compute_blocksize’:
2023-09-21T12:57:51.4518924Z c-blosc/blosc/blosc.c:985:19: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:57:51.4519877Z   985 |     if (blocksize > BLOSC_MAX_BLOCKSIZE) {
2023-09-21T12:57:51.4520698Z       |                   ^
2023-09-21T12:57:51.4540486Z c-blosc/blosc/blosc.c: In function ‘blosc_run_decompression_with_context’:
2023-09-21T12:57:51.4543651Z c-blosc/blosc/blosc.c:1458:53: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
2023-09-21T12:57:51.4545234Z  1458 |   if (context->blocksize <= 0 || context->blocksize > destsize ||
2023-09-21T12:57:51.4545678Z       |                                                     ^
2023-09-21T12:57:51.4549868Z c-blosc/blosc/blosc.c:1459:26: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:57:51.4551160Z  1459 |       context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 ||
2023-09-21T12:57:51.4551952Z       |                          ^
2023-09-21T12:57:51.4555939Z c-blosc/blosc/blosc.c: In function ‘blosc_getitem’:
2023-09-21T12:57:51.4557884Z c-blosc/blosc/blosc.c:1596:57: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:57:51.4558856Z  1596 |   if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE ||
2023-09-21T12:57:51.4559634Z       |                                                         ^
2023-09-21T12:57:51.9912562Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosclz.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:52.2987677Z c-blosc/blosc/blosclz.c:192:17: warning: ‘get_match_32’ defined but not used [-Wunused-function]
2023-09-21T12:57:52.2988829Z   192 | static uint8_t *get_match_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T12:57:52.2989504Z       |                 ^~~~~~~~~~~~
2023-09-21T12:57:52.2990806Z c-blosc/blosc/blosclz.c:64:17: warning: ‘get_run_32’ defined but not used [-Wunused-function]
2023-09-21T12:57:52.2991621Z    64 | static uint8_t *get_run_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T12:57:52.2992516Z       |                 ^~~~~~~~~~
2023-09-21T12:57:52.6163196Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/fastcopy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:53.0562247Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:53.3463055Z c-blosc/blosc/shuffle-avx2.c: In function ‘shuffle16_tiled_avx2’:
2023-09-21T12:57:53.3464081Z c-blosc/blosc/shuffle-avx2.c:283:75: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T12:57:53.3465529Z   283 |       offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T12:57:53.3466020Z       |                                                                           ^~~~~~~~~~~~~~~
2023-09-21T12:57:53.3483610Z c-blosc/blosc/shuffle-avx2.c: In function ‘unshuffle16_tiled_avx2’:
2023-09-21T12:57:53.3485392Z c-blosc/blosc/shuffle-avx2.c:540:73: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T12:57:53.3487193Z   540 |     offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T12:57:53.3487740Z       |                                                                         ^~~~~~~~~~~~~~~
2023-09-21T12:57:53.8855204Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:54.2139128Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:54.9051380Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:57:55.2194244Z In file included from c-blosc/blosc/shuffle.c:12:
2023-09-21T12:57:55.2196902Z c-blosc/blosc/shuffle-generic.h:61:13: warning: ‘unshuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T12:57:55.2198434Z    61 | static void unshuffle_generic_inline(const size_t type_size,
2023-09-21T12:57:55.2199591Z       |             ^~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T12:57:55.2201153Z c-blosc/blosc/shuffle-generic.h:32:13: warning: ‘shuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T12:57:55.2201810Z    32 | static void shuffle_generic_inline(const size_t type_size,
2023-09-21T12:57:55.2202197Z       |             ^~~~~~~~~~~~~~~~~~~~~~
2023-09-21T12:57:55.2918617Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:01.7604586Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:06.9045869Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:07.0302403Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:07.0758736Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:07.2780055Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.1403872Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.1923332Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.3342832Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.5449393Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:08.7732510Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:09.1033817Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:09.3405245Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.0984882Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.2745365Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.7282746Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.7809847Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.8375809Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:10.8518391Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.0832279Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.1358972Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.6444775Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.7056850Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.7207979Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.9266561Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:11.9985696Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:12.3405319Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:12.4604907Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:14.1206491Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:17.2776445Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:17.4025802Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:17.7292591Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:18.0254358Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:22.2483805Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:26.1204681Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:39.4705340Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:39.9333065Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:43.2012591Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:43.7992969Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:47.1479251Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:47.2721213Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:48.0075738Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.0029678Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.0556655Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.1388380Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.1798107Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:51.6489240Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:53.4020095Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:53.7454596Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:54.4249247Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:55.3012031Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressSequences’:
2023-09-21T12:58:55.3013305Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1829:17: warning: ‘dumps’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.3013915Z  1829 |     const BYTE* dumps;
2023-09-21T12:58:55.3014282Z       |                 ^~~~~
2023-09-21T12:58:55.3015171Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1860:18: warning: ‘nbSeq’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.3015805Z  1860 |             nbSeq--;
2023-09-21T12:58:55.3016157Z       |             ~~~~~^~
2023-09-21T12:58:55.3017359Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1849:35: warning: ‘dumpsLength’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.3018040Z  1849 |         seqState.dumpsEnd = dumps + dumpsLength;
2023-09-21T12:58:55.3018478Z       |                             ~~~~~~^~~~~~~~~~~~~
2023-09-21T12:58:55.4504872Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressBlock’:
2023-09-21T12:58:55.4506446Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1504:20: warning: ‘litbp.origSize’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.4507734Z  1504 |             size_t rleSize = litbp.origSize;
2023-09-21T12:58:55.4508173Z       |                    ^~~~~~~
2023-09-21T12:58:55.4512276Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘litbp.origSize’ was declared here
2023-09-21T12:58:55.4512764Z  1488 |     blockProperties_t litbp;
2023-09-21T12:58:55.4513094Z       |                       ^~~~~
2023-09-21T12:58:55.4516998Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1495:5: warning: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.4517984Z  1495 |     switch(litbp.blockType)
2023-09-21T12:58:55.4520773Z       |     ^~~~~~
2023-09-21T12:58:55.4523820Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ was declared here
2023-09-21T12:58:55.4524544Z  1488 |     blockProperties_t litbp;
2023-09-21T12:58:55.4618171Z       |                       ^~~~~
2023-09-21T12:58:55.4763544Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTDv01_decompressDCtx’:
2023-09-21T12:58:55.4769237Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1935:9: warning: ‘*(unsigned int *)((char *)&blockProperties + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T12:58:55.4770076Z  1935 |         switch(blockProperties.blockType)
2023-09-21T12:58:55.4770422Z       |         ^~~~~~
2023-09-21T12:58:55.5985909Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:57.8684077Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:58:59.7310368Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:01.4767698Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:03.3827007Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:05.0884340Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:06.9763594Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:07.0859667Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:07.4989016Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ARRAY.c -o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:08.0982425Z src/H5ARRAY.c: In function ‘H5ARRAYappend_records’:
2023-09-21T12:59:08.0984627Z src/H5ARRAY.c:276:15: warning: ‘*dims_36 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
2023-09-21T12:59:08.0985939Z   276 |  dims[extdim] += dims_new[extdim];
2023-09-21T12:59:08.0989167Z       |               ^~
2023-09-21T12:59:08.2120057Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ATTR.c -o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:08.3392378Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/utils.c -o build/temp.linux-x86_64-cpython-311/src/utils.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:08.6667933Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/utilsextension.c -o build/temp.linux-x86_64-cpython-311/tables/utilsextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:22.6911650Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o build/temp.linux-x86_64-cpython-311/src/utils.o build/temp.linux-x86_64-cpython-311/tables/utilsextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/utilsextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T12:59:22.8573004Z building 'tables.hdf5extension' extension
2023-09-21T12:59:22.8593730Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:23.4800632Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:23.9181863Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:24.4568840Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:24.7679555Z c-blosc/blosc/blosc.c: In function ‘blosc_d’:
2023-09-21T12:59:24.7681760Z c-blosc/blosc/blosc.c:763:38: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:59:24.7683469Z   763 |     if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) {
2023-09-21T12:59:24.7684482Z       |                                      ^
2023-09-21T12:59:24.7690500Z c-blosc/blosc/blosc.c: In function ‘compute_blocksize’:
2023-09-21T12:59:24.7692744Z c-blosc/blosc/blosc.c:985:19: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:59:24.7694120Z   985 |     if (blocksize > BLOSC_MAX_BLOCKSIZE) {
2023-09-21T12:59:24.7694960Z       |                   ^
2023-09-21T12:59:24.7713811Z c-blosc/blosc/blosc.c: In function ‘blosc_run_decompression_with_context’:
2023-09-21T12:59:24.7716029Z c-blosc/blosc/blosc.c:1458:53: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
2023-09-21T12:59:24.7717697Z  1458 |   if (context->blocksize <= 0 || context->blocksize > destsize ||
2023-09-21T12:59:24.7718711Z       |                                                     ^
2023-09-21T12:59:24.7720500Z c-blosc/blosc/blosc.c:1459:26: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:59:24.7721412Z  1459 |       context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 ||
2023-09-21T12:59:24.7721821Z       |                          ^
2023-09-21T12:59:24.7730553Z c-blosc/blosc/blosc.c: In function ‘blosc_getitem’:
2023-09-21T12:59:24.7732435Z c-blosc/blosc/blosc.c:1596:57: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T12:59:24.7739301Z  1596 |   if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE ||
2023-09-21T12:59:24.7740265Z       |                                                         ^
2023-09-21T12:59:25.3101177Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosclz.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:25.6106076Z c-blosc/blosc/blosclz.c:192:17: warning: ‘get_match_32’ defined but not used [-Wunused-function]
2023-09-21T12:59:25.6106985Z   192 | static uint8_t *get_match_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T12:59:25.6107843Z       |                 ^~~~~~~~~~~~
2023-09-21T12:59:25.6108819Z c-blosc/blosc/blosclz.c:64:17: warning: ‘get_run_32’ defined but not used [-Wunused-function]
2023-09-21T12:59:25.6109743Z    64 | static uint8_t *get_run_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T12:59:25.6110387Z       |                 ^~~~~~~~~~
2023-09-21T12:59:25.9227240Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/fastcopy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:26.3612229Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:26.6520144Z c-blosc/blosc/shuffle-avx2.c: In function ‘shuffle16_tiled_avx2’:
2023-09-21T12:59:26.6522221Z c-blosc/blosc/shuffle-avx2.c:283:75: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T12:59:26.6524663Z   283 |       offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T12:59:26.6525692Z       |                                                                           ^~~~~~~~~~~~~~~
2023-09-21T12:59:26.6532223Z c-blosc/blosc/shuffle-avx2.c: In function ‘unshuffle16_tiled_avx2’:
2023-09-21T12:59:26.6534007Z c-blosc/blosc/shuffle-avx2.c:540:73: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T12:59:26.6535443Z   540 |     offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T12:59:26.6536427Z       |                                                                         ^~~~~~~~~~~~~~~
2023-09-21T12:59:27.1901840Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:27.5192209Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:28.2197095Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:28.5216272Z In file included from c-blosc/blosc/shuffle.c:12:
2023-09-21T12:59:28.5217615Z c-blosc/blosc/shuffle-generic.h:61:13: warning: ‘unshuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T12:59:28.5218327Z    61 | static void unshuffle_generic_inline(const size_t type_size,
2023-09-21T12:59:28.5218809Z       |             ^~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T12:59:28.5219669Z c-blosc/blosc/shuffle-generic.h:32:13: warning: ‘shuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T12:59:28.5220408Z    32 | static void shuffle_generic_inline(const size_t type_size,
2023-09-21T12:59:28.5220878Z       |             ^~~~~~~~~~~~~~~~~~~~~~
2023-09-21T12:59:28.5917380Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:35.0273984Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:40.1666510Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:40.2923992Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:40.3386876Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:40.5406387Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:41.3992698Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:41.4527749Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:41.5967075Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:41.8045085Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:42.0338045Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:42.3606444Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:42.5982234Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:43.3454391Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:43.5213429Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:43.9798140Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.0277483Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.0829101Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.0977898Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.3193259Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.3716714Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.8796831Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.9395066Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:44.9533600Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:45.1586921Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:45.2269705Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:45.5697806Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:45.6884553Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:47.3652266Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:50.5305130Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:50.6534728Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:50.9862793Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:51.2822467Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:55.4692842Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T12:59:59.3352452Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:12.7057220Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:13.1616275Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:16.4534447Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:17.0441160Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:20.4127348Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:20.5370824Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:21.2708981Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.2422587Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.2928229Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.3751203Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.4148548Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:24.8733999Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:26.6168620Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:26.9658020Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:27.6520243Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:28.5308040Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressSequences’:
2023-09-21T13:00:28.5310434Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1829:17: warning: ‘dumps’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.5421074Z  1829 |     const BYTE* dumps;
2023-09-21T13:00:28.5421493Z       |                 ^~~~~
2023-09-21T13:00:28.5422400Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1860:18: warning: ‘nbSeq’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.5422986Z  1860 |             nbSeq--;
2023-09-21T13:00:28.5423264Z       |             ~~~~~^~
2023-09-21T13:00:28.5423996Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1849:35: warning: ‘dumpsLength’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.5424810Z  1849 |         seqState.dumpsEnd = dumps + dumpsLength;
2023-09-21T13:00:28.5425176Z       |                             ~~~~~~^~~~~~~~~~~~~
2023-09-21T13:00:28.6826952Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressBlock’:
2023-09-21T13:00:28.6828653Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1504:20: warning: ‘litbp.origSize’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.6829807Z  1504 |             size_t rleSize = litbp.origSize;
2023-09-21T13:00:28.6830388Z       |                    ^~~~~~~
2023-09-21T13:00:28.6831393Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘litbp.origSize’ was declared here
2023-09-21T13:00:28.6832223Z  1488 |     blockProperties_t litbp;
2023-09-21T13:00:28.6832839Z       |                       ^~~~~
2023-09-21T13:00:28.6834394Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1495:5: warning: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.6835504Z  1495 |     switch(litbp.blockType)
2023-09-21T13:00:28.6836000Z       |     ^~~~~~
2023-09-21T13:00:28.6837258Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ was declared here
2023-09-21T13:00:28.6838242Z  1488 |     blockProperties_t litbp;
2023-09-21T13:00:28.6838792Z       |                       ^~~~~
2023-09-21T13:00:28.7030086Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTDv01_decompressDCtx’:
2023-09-21T13:00:28.7031989Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1935:9: warning: ‘*(unsigned int *)((char *)&blockProperties + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:00:28.7032955Z  1935 |         switch(blockProperties.blockType)
2023-09-21T13:00:28.7033286Z       |         ^~~~~~
2023-09-21T13:00:28.8245045Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:31.1139957Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:32.9833831Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:34.7637060Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:36.6739030Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:38.3887562Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:40.2874251Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:40.3973063Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:40.8130897Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-cpython-311/src/H5ARRAY-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:40.8954995Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ARRAY.c -o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:41.3405279Z src/H5ARRAY.c: In function ‘H5ARRAYappend_records’:
2023-09-21T13:00:41.3406317Z src/H5ARRAY.c:276:15: warning: ‘*dims_36 + _10’ may be used uninitialized [-Wmaybe-uninitialized]
2023-09-21T13:00:41.3406960Z   276 |  dims[extdim] += dims_new[extdim];
2023-09-21T13:00:41.3407381Z       |               ^~
2023-09-21T13:00:41.4559602Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ATTR.c -o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:41.5878050Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5VLARRAY.c -o build/temp.linux-x86_64-cpython-311/src/H5VLARRAY.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:41.7397550Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/typeconv.c -o build/temp.linux-x86_64-cpython-311/src/typeconv.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:41.8749195Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/utils.c -o build/temp.linux-x86_64-cpython-311/src/utils.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:42.1882568Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/hdf5extension.c -o build/temp.linux-x86_64-cpython-311/tables/hdf5extension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:00:43.6900639Z tables/hdf5extension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
2023-09-21T13:00:43.6979645Z tables/hdf5extension.c:50035:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:00:43.6980491Z 50035 |                                 return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:00:43.6980982Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:00:43.7124464Z tables/hdf5extension.c:50053:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:00:43.7125493Z 50053 |                                 return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:00:43.7126094Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:00:43.7269158Z tables/hdf5extension.c:50071:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:00:43.7270599Z 50071 |                                 return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:00:43.7271482Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:01:05.6404990Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o build/temp.linux-x86_64-cpython-311/src/H5ARRAY-opt.o build/temp.linux-x86_64-cpython-311/src/H5ARRAY.o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o build/temp.linux-x86_64-cpython-311/src/H5VLARRAY.o build/temp.linux-x86_64-cpython-311/src/typeconv.o build/temp.linux-x86_64-cpython-311/src/utils.o build/temp.linux-x86_64-cpython-311/tables/hdf5extension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/hdf5extension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:01:05.8229018Z building 'tables.tableextension' extension
2023-09-21T13:01:05.8248040Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:06.4353689Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:06.8709725Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/bitshuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:07.4156273Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:07.7491670Z c-blosc/blosc/blosc.c: In function ‘blosc_d’:
2023-09-21T13:01:07.7494004Z c-blosc/blosc/blosc.c:763:38: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T13:01:07.7591257Z   763 |     if (src_offset < 0 || src_offset > compressedsize - sizeof(int32_t)) {
2023-09-21T13:01:07.7591727Z       |                                      ^
2023-09-21T13:01:07.7592686Z c-blosc/blosc/blosc.c: In function ‘compute_blocksize’:
2023-09-21T13:01:07.7593518Z c-blosc/blosc/blosc.c:985:19: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T13:01:07.7594297Z   985 |     if (blocksize > BLOSC_MAX_BLOCKSIZE) {
2023-09-21T13:01:07.7594625Z       |                   ^
2023-09-21T13:01:07.7595123Z c-blosc/blosc/blosc.c: In function ‘blosc_run_decompression_with_context’:
2023-09-21T13:01:07.7596010Z c-blosc/blosc/blosc.c:1458:53: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
2023-09-21T13:01:07.7596743Z  1458 |   if (context->blocksize <= 0 || context->blocksize > destsize ||
2023-09-21T13:01:07.7597148Z       |                                                     ^
2023-09-21T13:01:07.7597897Z c-blosc/blosc/blosc.c:1459:26: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T13:01:07.7598666Z  1459 |       context->blocksize > BLOSC_MAX_BLOCKSIZE || context->typesize <= 0 ||
2023-09-21T13:01:07.7599061Z       |                          ^
2023-09-21T13:01:07.7599479Z c-blosc/blosc/blosc.c: In function ‘blosc_getitem’:
2023-09-21T13:01:07.7600271Z c-blosc/blosc/blosc.c:1596:57: warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘long unsigned int’ [-Wsign-compare]
2023-09-21T13:01:07.7600902Z  1596 |   if (blocksize <= 0 || blocksize > nbytes || blocksize > BLOSC_MAX_BLOCKSIZE ||
2023-09-21T13:01:07.7601330Z       |                                                         ^
2023-09-21T13:01:08.2951291Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/blosclz.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:08.6013959Z c-blosc/blosc/blosclz.c:192:17: warning: ‘get_match_32’ defined but not used [-Wunused-function]
2023-09-21T13:01:08.6015053Z   192 | static uint8_t *get_match_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T13:01:08.6015783Z       |                 ^~~~~~~~~~~~
2023-09-21T13:01:08.6020248Z c-blosc/blosc/blosclz.c:64:17: warning: ‘get_run_32’ defined but not used [-Wunused-function]
2023-09-21T13:01:08.6020998Z    64 | static uint8_t *get_run_32(uint8_t *ip, const uint8_t *ip_bound, const uint8_t *ref) {
2023-09-21T13:01:08.6021548Z       |                 ^~~~~~~~~~
2023-09-21T13:01:08.9257683Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/fastcopy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:09.3757107Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-avx2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:09.6668526Z c-blosc/blosc/shuffle-avx2.c: In function ‘shuffle16_tiled_avx2’:
2023-09-21T13:01:09.6670033Z c-blosc/blosc/shuffle-avx2.c:283:75: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T13:01:09.6671194Z   283 |       offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T13:01:09.6672357Z       |                                                                           ^~~~~~~~~~~~~~~
2023-09-21T13:01:09.6685670Z c-blosc/blosc/shuffle-avx2.c: In function ‘unshuffle16_tiled_avx2’:
2023-09-21T13:01:09.6686846Z c-blosc/blosc/shuffle-avx2.c:540:73: warning: operand of ‘?:’ changes signedness from ‘long long int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare]
2023-09-21T13:01:09.6687787Z   540 |     offset_into_type += (offset_into_type == 0 && vecs_per_el.rem > 0 ? vecs_per_el.rem : sizeof(__m128i))) {
2023-09-21T13:01:09.6688578Z       |                                                                         ^~~~~~~~~~~~~~~
2023-09-21T13:01:10.2077463Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-generic.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:10.5378723Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle-sse2.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:11.2281545Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/blosc/shuffle.c -o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:11.5315103Z In file included from c-blosc/blosc/shuffle.c:12:
2023-09-21T13:01:11.5317079Z c-blosc/blosc/shuffle-generic.h:61:13: warning: ‘unshuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T13:01:11.5318715Z    61 | static void unshuffle_generic_inline(const size_t type_size,
2023-09-21T13:01:11.5319814Z       |             ^~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:01:11.5321325Z c-blosc/blosc/shuffle-generic.h:32:13: warning: ‘shuffle_generic_inline’ defined but not used [-Wunused-function]
2023-09-21T13:01:11.5322543Z    32 | static void shuffle_generic_inline(const size_t type_size,
2023-09-21T13:01:11.5373295Z       |             ^~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:01:11.6033548Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:18.0557328Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/lz4-1.9.4/lz4hc.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:23.2719575Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/adler32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:23.3987103Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:23.4439343Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/crc32.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:23.6493216Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/deflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:24.5069411Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzclose.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:24.5574339Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzlib.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:24.7011451Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzread.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:24.9082083Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/gzwrite.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:25.1346094Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/infback.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:25.4624013Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inffast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:25.7059443Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inflate.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:26.4722605Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/inftrees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:26.6533909Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/trees.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.1116713Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/uncompr.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.1636046Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zlib-1.2.13/zutil.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.2198935Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/debug.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.2345839Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.4602787Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/error_private.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:27.5174987Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.0277864Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/pool.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.0878482Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/threading.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.1047967Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.3113130Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.3832410Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.7284698Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/hist.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:28.8481334Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:30.5275360Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:33.7062525Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:33.8356017Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:34.1680334Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:34.4637791Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:38.6340280Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:42.5346598Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:55.9002836Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:56.3568236Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:01:59.6316099Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:00.2318840Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:03.5947774Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:03.7164330Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:04.4525952Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:07.4290031Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:07.4808802Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:07.5650125Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:07.6065432Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:08.0827147Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:09.8708823Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:10.2142418Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:10.8977737Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:11.7836334Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressSequences’:
2023-09-21T13:02:11.7837985Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1829:17: warning: ‘dumps’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.7935719Z  1829 |     const BYTE* dumps;
2023-09-21T13:02:11.7936347Z       |                 ^~~~~
2023-09-21T13:02:11.7937892Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1860:18: warning: ‘nbSeq’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.7938903Z  1860 |             nbSeq--;
2023-09-21T13:02:11.7939388Z       |             ~~~~~^~
2023-09-21T13:02:11.7940654Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1849:35: warning: ‘dumpsLength’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.7941258Z  1849 |         seqState.dumpsEnd = dumps + dumpsLength;
2023-09-21T13:02:11.7941616Z       |                             ~~~~~~^~~~~~~~~~~~~
2023-09-21T13:02:11.9354728Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTD_decompressBlock’:
2023-09-21T13:02:11.9356294Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1504:20: warning: ‘litbp.origSize’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.9357106Z  1504 |             size_t rleSize = litbp.origSize;
2023-09-21T13:02:11.9357444Z       |                    ^~~~~~~
2023-09-21T13:02:11.9358028Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘litbp.origSize’ was declared here
2023-09-21T13:02:11.9358500Z  1488 |     blockProperties_t litbp;
2023-09-21T13:02:11.9358818Z       |                       ^~~~~
2023-09-21T13:02:11.9359743Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1495:5: warning: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.9360397Z  1495 |     switch(litbp.blockType)
2023-09-21T13:02:11.9360689Z       |     ^~~~~~
2023-09-21T13:02:11.9361423Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1488:23: note: ‘*(unsigned int *)((char *)&litbp + offsetof(blockProperties_t, blockType))’ was declared here
2023-09-21T13:02:11.9361972Z  1488 |     blockProperties_t litbp;
2023-09-21T13:02:11.9362292Z       |                       ^~~~~
2023-09-21T13:02:11.9564870Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c: In function ‘ZSTDv01_decompressDCtx’:
2023-09-21T13:02:11.9566056Z c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.c:1935:9: warning: ‘*(unsigned int *)((char *)&blockProperties + offsetof(blockProperties_t, blockType))’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2023-09-21T13:02:11.9567023Z  1935 |         switch(blockProperties.blockType)
2023-09-21T13:02:11.9567351Z       |         ^~~~~~
2023-09-21T13:02:12.0789040Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:14.3311473Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:16.2056839Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:17.9774011Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:19.9216182Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:21.6530748Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.c -o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:23.5490469Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc/src/blosc_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:23.6601477Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c hdf5-blosc2/src/blosc2_filter.c -o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:24.0793547Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ATTR.c -o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:24.2116321Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5TB-opt.c -o build/temp.linux-x86_64-cpython-311/src/H5TB-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:24.5291742Z In file included from hdf5-blosc2/src/blosc2_filter.h:8,
2023-09-21T13:02:24.5292313Z                  from src/H5TB-opt.c:39:
2023-09-21T13:02:24.5292795Z src/H5TB-opt.c: In function ‘read_records_blosc2’:
2023-09-21T13:02:24.5293751Z /opt/hostedtoolcache/Python/3.11.5/x64/include/blosc2.h:104:25: warning: format ‘%zd’ expects argument of type ‘signed size_t’, but argument 4 has type ‘hsize_t’ {aka ‘long long unsigned int’} [-Wformat=]
2023-09-21T13:02:24.5294623Z   104 |         fprintf(stderr, "[%s] - " msg " (%s:%d)\n", #cat, ##__VA_ARGS__, __FILE__, __LINE__); \
2023-09-21T13:02:24.5295034Z       |                         ^~~~~~~~~
2023-09-21T13:02:24.5295611Z /opt/hostedtoolcache/Python/3.11.5/x64/include/blosc2.h:97:37: note: in expansion of macro ‘BLOSC_TRACE’
2023-09-21T13:02:24.5296193Z    97 | #define BLOSC_TRACE_ERROR(msg, ...) BLOSC_TRACE(error, msg, ##__VA_ARGS__)
2023-09-21T13:02:24.5296612Z       |                                     ^~~~~~~~~~~
2023-09-21T13:02:24.5297087Z src/H5TB-opt.c:438:4: note: in expansion of macro ‘BLOSC_TRACE_ERROR’
2023-09-21T13:02:24.5297585Z   438 |    BLOSC_TRACE_ERROR("Cannot get lazy chunk %zd in %s\n", nchunk, filename);
2023-09-21T13:02:24.5297967Z       |    ^~~~~~~~~~~~~~~~~
2023-09-21T13:02:24.7435384Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/typeconv.c -o build/temp.linux-x86_64-cpython-311/src/typeconv.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:24.8768850Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/utils.c -o build/temp.linux-x86_64-cpython-311/src/utils.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:25.1949568Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/tableextension.c -o build/temp.linux-x86_64-cpython-311/tables/tableextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:26.2003533Z tables/tableextension.c: In function ‘__Pyx_PyInt_As_hbool_t’:
2023-09-21T13:02:26.2056227Z tables/tableextension.c:34167:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:02:26.2058201Z 34167 |                                 return (hbool_t) (((hbool_t)-1)*(((((hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:02:26.2059601Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:02:26.2153755Z tables/tableextension.c:34185:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:02:26.2155039Z 34185 |                                 return (hbool_t) (((hbool_t)-1)*(((((((hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:02:26.2155827Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:02:26.2254534Z tables/tableextension.c:34203:64: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
2023-09-21T13:02:26.2255866Z 34203 |                                 return (hbool_t) (((hbool_t)-1)*(((((((((hbool_t)digits[3]) << PyLong_SHIFT) | (hbool_t)digits[2]) << PyLong_SHIFT) | (hbool_t)digits[1]) << PyLong_SHIFT) | (hbool_t)digits[0])));
2023-09-21T13:02:26.2256688Z       |                                                  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023-09-21T13:02:38.8296083Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/bitshuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosc.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/blosclz.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/fastcopy.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-avx2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-generic.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle-sse2.o build/temp.linux-x86_64-cpython-311/c-blosc/blosc/shuffle.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/lz4-1.9.4/lz4hc.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/adler32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/crc32.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/deflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzclose.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzlib.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzread.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/gzwrite.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/infback.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inffast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inflate.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/inftrees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/trees.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/uncompr.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zlib-1.2.13/zutil.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/debug.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/entropy_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/error_private.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/fse_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/pool.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/threading.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/xxhash.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/common/zstd_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/fse_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/hist.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/huf_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_literals.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_sequences.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_compress_superblock.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_double_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_fast.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_lazy.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_ldm.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstd_opt.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/compress/zstdmt_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/huf_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_ddict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/decompress/zstd_decompress_block.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_common.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_compress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/deprecated/zbuff_decompress.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/cover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/divsufsort.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/fastcover.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/dictBuilder/zdict.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v01.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v02.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v03.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v04.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v05.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v06.o build/temp.linux-x86_64-cpython-311/c-blosc/internal-complibs/zstd-1.5.5/legacy/zstd_v07.o build/temp.linux-x86_64-cpython-311/hdf5-blosc/src/blosc_filter.o build/temp.linux-x86_64-cpython-311/hdf5-blosc2/src/blosc2_filter.o build/temp.linux-x86_64-cpython-311/src/H5ATTR.o build/temp.linux-x86_64-cpython-311/src/H5TB-opt.o build/temp.linux-x86_64-cpython-311/src/typeconv.o build/temp.linux-x86_64-cpython-311/src/utils.o build/temp.linux-x86_64-cpython-311/tables/tableextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/tableextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:38.9964399Z building 'tables._comp_lzo' extension
2023-09-21T13:02:38.9968040Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5Zlzo.c -o build/temp.linux-x86_64-cpython-311/src/H5Zlzo.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:39.0820821Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/_comp_lzo.c -o build/temp.linux-x86_64-cpython-311/tables/_comp_lzo.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:39.9751725Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/src/H5Zlzo.o build/temp.linux-x86_64-cpython-311/tables/_comp_lzo.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -llzo2 -o build/lib.linux-x86_64-cpython-311/tables/_comp_lzo.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:40.0225484Z building 'tables._comp_bzip2' extension
2023-09-21T13:02:40.0231052Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5Zbzip2.c -o build/temp.linux-x86_64-cpython-311/src/H5Zbzip2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:40.1060873Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/_comp_bzip2.c -o build/temp.linux-x86_64-cpython-311/tables/_comp_bzip2.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:40.9977967Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/src/H5Zbzip2.o build/temp.linux-x86_64-cpython-311/tables/_comp_bzip2.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lbz2 -o build/lib.linux-x86_64-cpython-311/tables/_comp_bzip2.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:41.0442592Z building 'tables.linkextension' extension
2023-09-21T13:02:41.0449031Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/linkextension.c -o build/temp.linux-x86_64-cpython-311/tables/linkextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:45.8243710Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/tables/linkextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/linkextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:45.8754086Z building 'tables.lrucacheextension' extension
2023-09-21T13:02:45.8759487Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/lrucacheextension.c -o build/temp.linux-x86_64-cpython-311/tables/lrucacheextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:51.7991213Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/tables/lrucacheextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -o build/lib.linux-x86_64-cpython-311/tables/lrucacheextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:02:51.8350210Z building 'tables.indexesextension' extension
2023-09-21T13:02:51.8355300Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/H5ARRAY-opt.c -o build/temp.linux-x86_64-cpython-311/src/H5ARRAY-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:51.9201247Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c src/idx-opt.c -o build/temp.linux-x86_64-cpython-311/src/idx-opt.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:02:52.1880107Z gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -DHAVE_BLOSC2_LIB=1 -DHAVE_LZ4=1 -DHAVE_ZLIB=1 -DHAVE_ZSTD=1 -DZSTD_DISABLE_ASM=1 -I/usr/include/hdf5/serial -Ihdf5-blosc/src -Ic-blosc/internal-complibs/zstd-1.5.5 -Ic-blosc/blosc -Ic-blosc/internal-complibs/lz4-1.9.4 -Ic-blosc/internal-complibs/zlib-1.2.13 -Ic-blosc/internal-complibs/zstd-1.5.5/common -Ihdf5-blosc2/src -I/opt/hostedtoolcache/Python/3.11.5/x64/include -I/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/numpy/core/include -I/opt/hostedtoolcache/Python/3.11.5/x64/include/python3.11 -c tables/indexesextension.c -o build/temp.linux-x86_64-cpython-311/tables/indexesextension.o -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -DSHUFFLE_SSE2_ENABLED -msse2 -DSHUFFLE_AVX2_ENABLED -mavx2
2023-09-21T13:03:03.1926030Z gcc -shared -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib -Wl,--rpath=/opt/hostedtoolcache/Python/3.11.5/x64/lib build/temp.linux-x86_64-cpython-311/src/H5ARRAY-opt.o build/temp.linux-x86_64-cpython-311/src/idx-opt.o build/temp.linux-x86_64-cpython-311/tables/indexesextension.o -L/usr/lib/x86_64-linux-gnu/hdf5/serial -L/opt/hostedtoolcache/Python/3.11.5/x64/lib64 -L/opt/hostedtoolcache/Python/3.11.5/x64/lib -lhdf5 -lblosc2 -o build/lib.linux-x86_64-cpython-311/tables/indexesextension.cpython-311-x86_64-linux-gnu.so
2023-09-21T13:03:03.5277694Z make PYTHONPATH="/home/runner/work/PyTables/PyTables/build/lib.linux-x86_64-cpython-311" -C doc html
2023-09-21T13:03:03.5302744Z make[1]: Entering directory '/home/runner/work/PyTables/PyTables/doc'
2023-09-21T13:03:03.8540114Z Running Sphinx v7.2.6
2023-09-21T13:03:05.0506824Z making output directory... done
2023-09-21T13:03:05.0623671Z building [mo]: targets for 0 po files that are out of date
2023-09-21T13:03:05.0625495Z writing output... 
2023-09-21T13:03:05.0651404Z building [html]: targets for 77 source files that are out of date
2023-09-21T13:03:05.0674174Z updating environment: [new config] 77 added, 0 changed, 0 removed
2023-09-21T13:03:05.2348100Z [2Kreading sources... [  1%] FAQ
2023-09-21T13:03:05.2815909Z [2Kreading sources... [  3%] MIGRATING_TO_2.x
2023-09-21T13:03:05.5116845Z [2Kreading sources... [  4%] MIGRATING_TO_3.x
2023-09-21T13:03:05.5195373Z [2Kreading sources... [  5%] cookbook/custom_data_types
2023-09-21T13:03:05.6121044Z [2Kreading sources... [  6%] cookbook/hints_for_sql_users
2023-09-21T13:03:05.6167523Z [2Kreading sources... [  8%] cookbook/index
2023-09-21T13:03:05.6357088Z [2Kreading sources... [  9%] cookbook/inmemory_hdf5_files
2023-09-21T13:03:05.6621950Z [2Kreading sources... [ 10%] cookbook/no_root_install
2023-09-21T13:03:05.6746666Z [2Kreading sources... [ 12%] cookbook/py2exe_howto
2023-09-21T13:03:05.6802208Z [2Kreading sources... [ 13%] cookbook/simple_table
2023-09-21T13:03:05.6861960Z [2Kreading sources... [ 14%] cookbook/tailoring_atexit_hooks
2023-09-21T13:03:05.7070844Z [2Kreading sources... [ 16%] cookbook/threading
2023-09-21T13:03:05.7140367Z [2Kreading sources... [ 17%] dev_team
2023-09-21T13:03:05.7239613Z [2Kreading sources... [ 18%] development
2023-09-21T13:03:05.7339702Z [2Kreading sources... [ 19%] downloads
2023-09-21T13:03:05.7451910Z [2Kreading sources... [ 21%] index
2023-09-21T13:03:05.7643999Z [2Kreading sources... [ 22%] other_material
2023-09-21T13:03:05.7725524Z [2Kreading sources... [ 23%] project_pointers
2023-09-21T13:03:05.7779941Z [2Kreading sources... [ 25%] release-notes/RELEASE_NOTES_v0.7.1
2023-09-21T13:03:05.7841256Z [2Kreading sources... [ 26%] release-notes/RELEASE_NOTES_v0.7.2
2023-09-21T13:03:05.7993934Z [2Kreading sources... [ 27%] release-notes/RELEASE_NOTES_v0.8
2023-09-21T13:03:05.8148968Z [2Kreading sources... [ 29%] release-notes/RELEASE_NOTES_v0.9
2023-09-21T13:03:05.8246677Z [2Kreading sources... [ 30%] release-notes/RELEASE_NOTES_v0.9.1
2023-09-21T13:03:05.9233682Z [2Kreading sources... [ 31%] release-notes/RELEASE_NOTES_v1.0
2023-09-21T13:03:05.9359671Z [2Kreading sources... [ 32%] release-notes/RELEASE_NOTES_v1.1
2023-09-21T13:03:05.9491147Z [2Kreading sources... [ 34%] release-notes/RELEASE_NOTES_v1.1.1
2023-09-21T13:03:05.9700051Z [2Kreading sources... [ 35%] release-notes/RELEASE_NOTES_v1.2
2023-09-21T13:03:05.9807185Z [2Kreading sources... [ 36%] release-notes/RELEASE_NOTES_v1.2.1
2023-09-21T13:03:05.9930654Z [2Kreading sources... [ 38%] release-notes/RELEASE_NOTES_v1.2.2
2023-09-21T13:03:06.0040044Z [2Kreading sources... [ 39%] release-notes/RELEASE_NOTES_v1.2.3
2023-09-21T13:03:06.0158367Z [2Kreading sources... [ 40%] release-notes/RELEASE_NOTES_v1.3
2023-09-21T13:03:06.0274161Z [2Kreading sources... [ 42%] release-notes/RELEASE_NOTES_v1.3.1
2023-09-21T13:03:06.0404730Z [2Kreading sources... [ 43%] release-notes/RELEASE_NOTES_v1.3.2
2023-09-21T13:03:06.0514257Z [2Kreading sources... [ 44%] release-notes/RELEASE_NOTES_v1.3.3
2023-09-21T13:03:06.0650476Z [2Kreading sources... [ 45%] release-notes/RELEASE_NOTES_v1.4
2023-09-21T13:03:06.1480071Z [2Kreading sources... [ 47%] release-notes/RELEASE_NOTES_v2.0.x
2023-09-21T13:03:06.2362398Z [2Kreading sources... [ 48%] release-notes/RELEASE_NOTES_v2.0.x-pro
2023-09-21T13:03:06.2562928Z [2Kreading sources... [ 49%] release-notes/RELEASE_NOTES_v2.1.x
2023-09-21T13:03:06.2776841Z [2Kreading sources... [ 51%] release-notes/RELEASE_NOTES_v2.1.x-pro
2023-09-21T13:03:06.3435308Z [2Kreading sources... [ 52%] release-notes/RELEASE_NOTES_v2.2.x
2023-09-21T13:03:06.4106203Z [2Kreading sources... [ 53%] release-notes/RELEASE_NOTES_v2.2.x-pro
2023-09-21T13:03:06.4296340Z [2Kreading sources... [ 55%] release-notes/RELEASE_NOTES_v2.3.x
2023-09-21T13:03:06.4646109Z [2Kreading sources... [ 56%] release-notes/RELEASE_NOTES_v2.4.x
2023-09-21T13:03:06.5396538Z [2Kreading sources... [ 57%] release-notes/RELEASE_NOTES_v3.0.x
2023-09-21T13:03:06.6620913Z [2Kreading sources... [ 58%] release-notes/RELEASE_NOTES_v3.1.x
2023-09-21T13:03:06.7268019Z [2Kreading sources... [ 60%] release-notes/RELEASE_NOTES_v3.2.x
2023-09-21T13:03:06.7359831Z [2Kreading sources... [ 61%] release-notes/RELEASE_NOTES_v3.3.x
2023-09-21T13:03:06.7656544Z [2Kreading sources... [ 62%] release-notes/RELEASE_NOTES_v3.4.x
2023-09-21T13:03:06.7783945Z [2Kreading sources... [ 64%] release-notes/RELEASE_NOTES_v3.5.x
2023-09-21T13:03:06.7887090Z [2Kreading sources... [ 65%] release-notes/RELEASE_NOTES_v3.6.x
2023-09-21T13:03:06.8172707Z [2Kreading sources... [ 66%] release-notes/RELEASE_NOTES_v3.7.x
2023-09-21T13:03:06.8448874Z [2Kreading sources... [ 68%] release-notes/RELEASE_NOTES_v3.8.x
2023-09-21T13:03:06.9083076Z [2Kreading sources... [ 69%] release_notes
2023-09-21T13:03:06.9568945Z [2Kreading sources... [ 70%] usersguide/bibliography
2023-09-21T13:03:06.9780795Z [2Kreading sources... [ 71%] usersguide/condition_syntax
2023-09-21T13:03:07.0278259Z [2Kreading sources... [ 73%] usersguide/datatypes
2023-09-21T13:03:07.1078391Z [2Kreading sources... [ 74%] usersguide/file_format
2023-09-21T13:03:07.1356669Z [2Kreading sources... [ 75%] usersguide/filenode
2023-09-21T13:03:07.1470751Z [2Kreading sources... [ 77%] usersguide/index
2023-09-21T13:03:07.2379679Z [2Kreading sources... [ 78%] usersguide/installation
2023-09-21T13:03:07.3748549Z [2Kreading sources... [ 79%] usersguide/introduction
2023-09-21T13:03:07.3809832Z [2Kreading sources... [ 81%] usersguide/libref
2023-09-21T13:03:09.4359667Z [2Kreading sources... [ 82%] usersguide/libref/declarative_classes
2023-09-21T13:03:09.5323381Z [2Kreading sources... [ 83%] usersguide/libref/expr_class
2023-09-21T13:03:10.2668889Z [2Kreading sources... [ 84%] usersguide/libref/file_class
2023-09-21T13:03:10.5667491Z [2Kreading sources... [ 86%] usersguide/libref/filenode_classes
2023-09-21T13:03:11.3950692Z [2Kreading sources... [ 87%] usersguide/libref/helper_classes
2023-09-21T13:03:11.7166929Z [2Kreading sources... [ 88%] usersguide/libref/hierarchy_classes
2023-09-21T13:03:11.9905682Z [2Kreading sources... [ 90%] usersguide/libref/homogenous_storage
2023-09-21T13:03:12.0838690Z [2Kreading sources... [ 91%] usersguide/libref/link_classes
2023-09-21T13:03:12.9251926Z [2Kreading sources... [ 92%] usersguide/libref/structured_storage
2023-09-21T13:03:13.0684039Z [2Kreading sources... [ 94%] usersguide/libref/top_level
2023-09-21T13:03:13.2339742Z [2Kreading sources... [ 95%] usersguide/optimization
2023-09-21T13:03:13.4122137Z [2Kreading sources... [ 96%] usersguide/parameter_files
2023-09-21T13:03:13.5753771Z [2Kreading sources... [ 97%] usersguide/tutorials
2023-09-21T13:03:13.6062265Z [2Kreading sources... [ 99%] usersguide/usersguide
2023-09-21T13:03:13.6376558Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:55: WARNING: Explicit markup ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6378006Z [2Kreading sources... [100%] usersguide/utilities
2023-09-21T13:03:13.6378637Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:56: WARNING: Bullet list ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6379617Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:57: WARNING: Explicit markup ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6380373Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:58: WARNING: Bullet list ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6381142Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:59: WARNING: Explicit markup ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6381900Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:60: WARNING: Bullet list ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6382656Z /home/runner/work/PyTables/PyTables/doc/source/usersguide/installation.rst:61: WARNING: Explicit markup ends without a blank line; unexpected unindent.
2023-09-21T13:03:13.6384094Z looking for now-outdated files... none found
2023-09-21T13:03:13.8492386Z pickling environment... done
2023-09-21T13:03:13.8492973Z checking consistency... done
2023-09-21T13:03:13.8512620Z preparing documents... done
2023-09-21T13:03:13.8520325Z copying assets... [2Kcopying downloadable files... [ 33%] cookbook/py2exe_howto/pytables_test.py
2023-09-21T13:03:13.8524585Z [2Kcopying downloadable files... [ 67%] ../../examples/simple_threading.py
2023-09-21T13:03:13.8528837Z [2Kcopying downloadable files... [100%] ../../examples/threading_monkeypatch.py
2023-09-21T13:03:13.8728418Z copying static files... done
2023-09-21T13:03:13.8728875Z copying extra files... done
2023-09-21T13:03:13.8729170Z done
2023-09-21T13:03:14.0570363Z [2Kwriting output... [  1%] FAQ
2023-09-21T13:03:14.3137098Z [2Kwriting output... [  3%] MIGRATING_TO_2.x
2023-09-21T13:03:14.4578889Z [2Kwriting output... [  4%] MIGRATING_TO_3.x
2023-09-21T13:03:14.4846042Z [2Kwriting output... [  5%] cookbook/custom_data_types
2023-09-21T13:03:14.6140201Z [2Kwriting output... [  6%] cookbook/hints_for_sql_users
2023-09-21T13:03:14.6283577Z [2Kwriting output... [  8%] cookbook/index
2023-09-21T13:03:14.6630839Z [2Kwriting output... [  9%] cookbook/inmemory_hdf5_files
2023-09-21T13:03:14.6994369Z [2Kwriting output... [ 10%] cookbook/no_root_install
2023-09-21T13:03:14.7313837Z [2Kwriting output... [ 12%] cookbook/py2exe_howto
2023-09-21T13:03:14.7604218Z [2Kwriting output... [ 13%] cookbook/simple_table
2023-09-21T13:03:14.7792139Z [2Kwriting output... [ 14%] cookbook/tailoring_atexit_hooks
2023-09-21T13:03:14.8302922Z [2Kwriting output... [ 16%] cookbook/threading
2023-09-21T13:03:14.8385421Z [2Kwriting output... [ 17%] dev_team
2023-09-21T13:03:14.8509458Z [2Kwriting output... [ 18%] development
2023-09-21T13:03:14.8685111Z [2Kwriting output... [ 19%] downloads
2023-09-21T13:03:14.9267933Z [2Kwriting output... [ 21%] index
2023-09-21T13:03:14.9482740Z [2Kwriting output... [ 22%] other_material
2023-09-21T13:03:14.9578950Z [2Kwriting output... [ 23%] project_pointers
2023-09-21T13:03:14.9764529Z [2Kwriting output... [ 25%] release-notes/RELEASE_NOTES_v0.7.1
2023-09-21T13:03:14.9954737Z [2Kwriting output... [ 26%] release-notes/RELEASE_NOTES_v0.7.2
2023-09-21T13:03:15.0322455Z [2Kwriting output... [ 27%] release-notes/RELEASE_NOTES_v0.8
2023-09-21T13:03:15.0663448Z [2Kwriting output... [ 29%] release-notes/RELEASE_NOTES_v0.9
2023-09-21T13:03:15.0899617Z [2Kwriting output... [ 30%] release-notes/RELEASE_NOTES_v0.9.1
2023-09-21T13:03:15.1404384Z [2Kwriting output... [ 31%] release-notes/RELEASE_NOTES_v1.0
2023-09-21T13:03:15.1609783Z [2Kwriting output... [ 32%] release-notes/RELEASE_NOTES_v1.1
2023-09-21T13:03:15.1797704Z [2Kwriting output... [ 34%] release-notes/RELEASE_NOTES_v1.1.1
2023-09-21T13:03:15.2101794Z [2Kwriting output... [ 35%] release-notes/RELEASE_NOTES_v1.2
2023-09-21T13:03:15.2264996Z [2Kwriting output... [ 36%] release-notes/RELEASE_NOTES_v1.2.1
2023-09-21T13:03:15.2444276Z [2Kwriting output... [ 38%] release-notes/RELEASE_NOTES_v1.2.2
2023-09-21T13:03:15.2603784Z [2Kwriting output... [ 39%] release-notes/RELEASE_NOTES_v1.2.3
2023-09-21T13:03:15.2806314Z [2Kwriting output... [ 40%] release-notes/RELEASE_NOTES_v1.3
2023-09-21T13:03:15.3000574Z [2Kwriting output... [ 42%] release-notes/RELEASE_NOTES_v1.3.1
2023-09-21T13:03:15.3219101Z [2Kwriting output... [ 43%] release-notes/RELEASE_NOTES_v1.3.2
2023-09-21T13:03:15.3380846Z [2Kwriting output... [ 44%] release-notes/RELEASE_NOTES_v1.3.3
2023-09-21T13:03:15.3594640Z [2Kwriting output... [ 45%] release-notes/RELEASE_NOTES_v1.4
2023-09-21T13:03:15.4436225Z [2Kwriting output... [ 47%] release-notes/RELEASE_NOTES_v2.0.x
2023-09-21T13:03:15.5272549Z [2Kwriting output... [ 48%] release-notes/RELEASE_NOTES_v2.0.x-pro
2023-09-21T13:03:15.5586496Z [2Kwriting output... [ 49%] release-notes/RELEASE_NOTES_v2.1.x
2023-09-21T13:03:15.5861749Z [2Kwriting output... [ 51%] release-notes/RELEASE_NOTES_v2.1.x-pro
2023-09-21T13:03:15.6596502Z [2Kwriting output... [ 52%] release-notes/RELEASE_NOTES_v2.2.x
2023-09-21T13:03:15.7309863Z [2Kwriting output... [ 53%] release-notes/RELEASE_NOTES_v2.2.x-pro
2023-09-21T13:03:15.7605961Z [2Kwriting output... [ 55%] release-notes/RELEASE_NOTES_v2.3.x
2023-09-21T13:03:15.7977837Z [2Kwriting output... [ 56%] release-notes/RELEASE_NOTES_v2.4.x
2023-09-21T13:03:15.8624052Z [2Kwriting output... [ 57%] release-notes/RELEASE_NOTES_v3.0.x
2023-09-21T13:03:15.9175439Z [2Kwriting output... [ 58%] release-notes/RELEASE_NOTES_v3.1.x
2023-09-21T13:03:15.9750505Z [2Kwriting output... [ 60%] release-notes/RELEASE_NOTES_v3.2.x
2023-09-21T13:03:15.9940284Z [2Kwriting output... [ 61%] release-notes/RELEASE_NOTES_v3.3.x
2023-09-21T13:03:16.0254978Z [2Kwriting output... [ 62%] release-notes/RELEASE_NOTES_v3.4.x
2023-09-21T13:03:16.0465324Z [2Kwriting output... [ 64%] release-notes/RELEASE_NOTES_v3.5.x
2023-09-21T13:03:16.0656844Z [2Kwriting output... [ 65%] release-notes/RELEASE_NOTES_v3.6.x
2023-09-21T13:03:16.0950099Z [2Kwriting output... [ 66%] release-notes/RELEASE_NOTES_v3.7.x
2023-09-21T13:03:16.1253337Z [2Kwriting output... [ 68%] release-notes/RELEASE_NOTES_v3.8.x
2023-09-21T13:03:16.1676726Z [2Kwriting output... [ 69%] release_notes
2023-09-21T13:03:16.2006360Z [2Kwriting output... [ 70%] usersguide/bibliography
2023-09-21T13:03:16.2300195Z [2Kwriting output... [ 71%] usersguide/condition_syntax
2023-09-21T13:03:16.2599519Z [2Kwriting output... [ 73%] usersguide/datatypes
2023-09-21T13:03:16.3095719Z [2Kwriting output... [ 74%] usersguide/file_format
2023-09-21T13:03:16.3634242Z [2Kwriting output... [ 75%] usersguide/filenode
2023-09-21T13:03:16.6646646Z [2Kwriting output... [ 77%] usersguide/index
2023-09-21T13:03:16.7539005Z [2Kwriting output... [ 78%] usersguide/installation
2023-09-21T13:03:16.8148417Z [2Kwriting output... [ 79%] usersguide/introduction
2023-09-21T13:03:16.8552553Z [2Kwriting output... [ 81%] usersguide/libref
2023-09-21T13:03:17.0061547Z [2Kwriting output... [ 82%] usersguide/libref/declarative_classes
2023-09-21T13:03:17.0474996Z [2Kwriting output... [ 83%] usersguide/libref/expr_class
2023-09-21T13:03:17.2236509Z [2Kwriting output... [ 84%] usersguide/libref/file_class
2023-09-21T13:03:17.2898738Z [2Kwriting output... [ 86%] usersguide/libref/filenode_classes
2023-09-21T13:03:17.4177680Z [2Kwriting output... [ 87%] usersguide/libref/helper_classes
2023-09-21T13:03:17.5400021Z [2Kwriting output... [ 88%] usersguide/libref/hierarchy_classes
2023-09-21T13:03:17.6607158Z [2Kwriting output... [ 90%] usersguide/libref/homogenous_storage
2023-09-21T13:03:17.7023257Z [2Kwriting output... [ 91%] usersguide/libref/link_classes
2023-09-21T13:03:17.9088358Z [2Kwriting output... [ 92%] usersguide/libref/structured_storage
2023-09-21T13:03:17.9515992Z [2Kwriting output... [ 94%] usersguide/libref/top_level
2023-09-21T13:03:18.0834118Z [2Kwriting output... [ 95%] usersguide/optimization
2023-09-21T13:03:18.1559048Z [2Kwriting output... [ 96%] usersguide/parameter_files
2023-09-21T13:03:18.4617619Z [2Kwriting output... [ 97%] usersguide/tutorials
2023-09-21T13:03:18.7346538Z [2Kwriting output... [ 99%] usersguide/usersguide
2023-09-21T13:03:18.8029419Z [2Kwriting output... [100%] usersguide/utilities
2023-09-21T13:03:18.8474130Z generating indices... genindex py-modindex done
2023-09-21T13:03:18.9210380Z [2Khighlighting module code... [  4%] tables.array
2023-09-21T13:03:18.9900139Z [2Khighlighting module code... [  7%] tables.atom
2023-09-21T13:03:19.0340829Z [2Khighlighting module code... [ 11%] tables.attributeset
2023-09-21T13:03:19.0540564Z [2Khighlighting module code... [ 15%] tables.carray
2023-09-21T13:03:19.1242100Z [2Khighlighting module code... [ 19%] tables.description
2023-09-21T13:03:19.1409944Z [2Khighlighting module code... [ 22%] tables.earray
2023-09-21T13:03:19.1563179Z [2Khighlighting module code... [ 26%] tables.exceptions
2023-09-21T13:03:19.2091600Z [2Khighlighting module code... [ 30%] tables.expression
2023-09-21T13:03:19.3621952Z [2Khighlighting module code... [ 33%] tables.file
2023-09-21T13:03:19.3912569Z [2Khighlighting module code... [ 37%] tables.filters
2023-09-21T13:03:19.4151527Z [2Khighlighting module code... [ 41%] tables.flavor
2023-09-21T13:03:19.4920336Z [2Khighlighting module code... [ 44%] tables.group
2023-09-21T13:03:19.4921248Z [2Khighlighting module code... [ 48%] tables.hdf5extension
2023-09-21T13:03:19.7177875Z [2Khighlighting module code... [ 52%] tables.index
2023-09-21T13:03:19.7341535Z [2Khighlighting module code... [ 56%] tables.indexes
2023-09-21T13:03:19.7829163Z [2Khighlighting module code... [ 59%] tables.leaf
2023-09-21T13:03:19.8075004Z [2Khighlighting module code... [ 63%] tables.link
2023-09-21T13:03:19.8238395Z [2Khighlighting module code... [ 67%] tables.misc.enum
2023-09-21T13:03:19.8726316Z [2Khighlighting module code... [ 70%] tables.node
2023-09-21T13:03:19.9263009Z [2Khighlighting module code... [ 74%] tables.nodes.filenode
2023-09-21T13:03:20.1847517Z [2Khighlighting module code... [ 78%] tables.table
2023-09-21T13:03:20.1848183Z [2Khighlighting module code... [ 81%] tables.tableextension
2023-09-21T13:03:20.2230544Z [2Khighlighting module code... [ 85%] tables.tests.common
2023-09-21T13:03:20.2321655Z [2Khighlighting module code... [ 89%] tables.tests.test_suite
2023-09-21T13:03:20.2437079Z [2Khighlighting module code... [ 93%] tables.unimplemented
2023-09-21T13:03:20.2437676Z [2Khighlighting module code... [ 96%] tables.utilsextension
2023-09-21T13:03:20.2959407Z [2Khighlighting module code... [100%] tables.vlarray
2023-09-21T13:03:20.3113897Z writing additional pages... search done
2023-09-21T13:03:20.3118393Z [2Kcopying images... [  3%] images/NumFocusSponsoredStamp.png
2023-09-21T13:03:20.3121948Z [2Kcopying images... [  6%] usersguide/images/objecttree-h5.png
2023-09-21T13:03:20.3128038Z [2Kcopying images... [  9%] usersguide/images/objecttree.png
2023-09-21T13:03:20.3130887Z [2Kcopying images... [ 12%] usersguide/images/create-chunksize-15GB.png
2023-09-21T13:03:20.3134840Z [2Kcopying images... [ 15%] usersguide/images/filesizes-chunksize-15GB.png
2023-09-21T13:03:20.3138234Z [2Kcopying images... [ 18%] usersguide/images/seq-chunksize-15GB.png
2023-09-21T13:03:20.3142759Z [2Kcopying images... [ 21%] usersguide/images/random-chunksize-15GB.png
2023-09-21T13:03:20.3145603Z [2Kcopying images... [ 24%] usersguide/images/Q7-10m-noidx.png
2023-09-21T13:03:20.3149437Z [2Kcopying images... [ 27%] usersguide/images/Q8-1g-noidx.png
2023-09-21T13:03:20.3152978Z [2Kcopying images... [ 30%] usersguide/images/inkernel-zlib-blosc-blosc2.png
2023-09-21T13:03:20.3156019Z [2Kcopying images... [ 33%] usersguide/images/cratio-zlib-blosc-blosc2.png
2023-09-21T13:03:20.3159115Z [2Kcopying images... [ 36%] usersguide/images/inkernel-vs-pandas.png
2023-09-21T13:03:20.3162633Z [2Kcopying images... [ 39%] usersguide/images/create-index-time-int32-float64.png
2023-09-21T13:03:20.3166080Z [2Kcopying images... [ 42%] usersguide/images/indexes-sizes2.png
2023-09-21T13:03:20.3169940Z [2Kcopying images... [ 45%] usersguide/images/Q8-1g-idx-optlevels.png
2023-09-21T13:03:20.3174095Z [2Kcopying images... [ 48%] usersguide/images/Q8-1g-idx-compress.png
2023-09-21T13:03:20.3177373Z [2Kcopying images... [ 52%] usersguide/images/Q8-1g-idx-SSD.png
2023-09-21T13:03:20.3181073Z [2Kcopying images... [ 55%] usersguide/images/Q8-1g-idx-sorted.png
2023-09-21T13:03:20.3184617Z [2Kcopying images... [ 58%] usersguide/images/compressed-recordsize.png
2023-09-21T13:03:20.3192358Z [2Kcopying images... [ 61%] usersguide/images/compressed-recordsize-zlib.png
2023-09-21T13:03:20.3196048Z [2Kcopying images... [ 64%] usersguide/images/compressed-writing.png
2023-09-21T13:03:20.3199385Z [2Kcopying images... [ 67%] usersguide/images/compressed-select-nocache.png
2023-09-21T13:03:20.3202909Z [2Kcopying images... [ 70%] usersguide/images/compressed-select-cache.png
2023-09-21T13:03:20.3206254Z [2Kcopying images... [ 73%] usersguide/images/compressed-writing-zlib.png
2023-09-21T13:03:20.3322268Z [2Kcopying images... [ 76%] usersguide/images/compressed-select-cache-zlib.png
2023-09-21T13:03:20.3377854Z [2Kcopying images... [ 79%] usersguide/images/compressed-recordsize-shuffle.png
2023-09-21T13:03:20.3378593Z [2Kcopying images... [ 82%] usersguide/images/compressed-writing-shuffle.png
2023-09-21T13:03:20.3379306Z [2Kcopying images... [ 85%] usersguide/images/compressed-select-nocache-shuffle-only.png
2023-09-21T13:03:20.3380012Z [2Kcopying images... [ 88%] usersguide/images/compressed-select-cache-shuffle.png
2023-09-21T13:03:20.3380626Z [2Kcopying images... [ 91%] usersguide/images/tutorial1-1-tableview.png
2023-09-21T13:03:20.3381195Z [2Kcopying images... [ 94%] usersguide/images/tutorial1-2-tableview.png
2023-09-21T13:03:20.3381754Z [2Kcopying images... [ 97%] usersguide/images/tutorial1-general.png
2023-09-21T13:03:20.3382302Z [2Kcopying images... [100%] usersguide/images/tutorial2-tableview.png
2023-09-21T13:03:20.3576781Z dumping search index in English (code: en)... done
2023-09-21T13:03:20.3654612Z dumping object inventory... done
2023-09-21T13:03:20.3655029Z build succeeded, 7 warnings.
2023-09-21T13:03:20.3655233Z 
2023-09-21T13:03:20.3655370Z The HTML pages are in build/html.
2023-09-21T13:03:21.0556293Z make[1]: Leaving directory '/home/runner/work/PyTables/PyTables/doc'
2023-09-21T13:03:21.0556905Z rm -f -r doc/html
2023-09-21T13:03:21.0570862Z cp -R doc/build/html doc/html
2023-09-21T13:03:21.2625934Z make PYTHONPATH="/home/runner/work/PyTables/PyTables/build/lib.linux-x86_64-cpython-311" -C doc latexpdf
2023-09-21T13:03:21.2649294Z make[1]: Entering directory '/home/runner/work/PyTables/PyTables/doc'
2023-09-21T13:03:21.5050885Z Running Sphinx v7.2.6
2023-09-21T13:03:21.9985240Z making output directory... done
2023-09-21T13:03:22.3982940Z loading pickled environment... done
2023-09-21T13:03:22.4114763Z building [mo]: targets for 0 po files that are out of date
2023-09-21T13:03:22.4116155Z writing output... 
2023-09-21T13:03:22.4117511Z building [latex]: all documents
2023-09-21T13:03:22.4156745Z updating environment: 0 added, 0 changed, 0 removed
2023-09-21T13:03:22.4157591Z reading sources... 
2023-09-21T13:03:22.4159832Z looking for now-outdated files... none found
2023-09-21T13:03:22.4178904Z copying TeX support files... copying TeX support files...
2023-09-21T13:03:22.4348480Z done
2023-09-21T13:03:23.3656249Z processing usersguide-3.8.1.dev0.tex... usersguide/usersguide usersguide/introduction usersguide/installation usersguide/tutorials usersguide/libref usersguide/libref/top_level usersguide/libref/file_class usersguide/libref/hierarchy_classes usersguide/libref/structured_storage usersguide/libref/homogenous_storage usersguide/libref/link_classes usersguide/libref/declarative_classes usersguide/libref/helper_classes usersguide/libref/expr_class usersguide/libref/filenode_classes usersguide/optimization usersguide/filenode usersguide/datatypes usersguide/condition_syntax usersguide/parameter_files usersguide/utilities usersguide/file_format usersguide/bibliography 
2023-09-21T13:03:23.3660633Z resolving references...
2023-09-21T13:03:23.9057902Z done
2023-09-21T13:03:24.6852192Z writing... done
2023-09-21T13:03:24.6902683Z [2Kcopying images... [  3%] usersguide/images/objecttree-h5.png
2023-09-21T13:03:24.6906121Z [2Kcopying images... [  6%] usersguide/images/objecttree.png
2023-09-21T13:03:24.6909434Z [2Kcopying images... [  9%] usersguide/images/tutorial1-1-tableview.png
2023-09-21T13:03:24.6910036Z [2Kcopying images... [ 12%] usersguide/images/tutorial1-2-tableview.png
2023-09-21T13:03:24.6913292Z [2Kcopying images... [ 16%] usersguide/images/tutorial1-general.png
2023-09-21T13:03:24.6916529Z [2Kcopying images... [ 19%] usersguide/images/tutorial2-tableview.png
2023-09-21T13:03:24.6917135Z [2Kcopying images... [ 22%] usersguide/images/create-chunksize-15GB.png
2023-09-21T13:03:24.6920414Z [2Kcopying images... [ 25%] usersguide/images/filesizes-chunksize-15GB.png
2023-09-21T13:03:24.6921028Z [2Kcopying images... [ 28%] usersguide/images/seq-chunksize-15GB.png
2023-09-21T13:03:24.6924254Z [2Kcopying images... [ 31%] usersguide/images/random-chunksize-15GB.png
2023-09-21T13:03:24.6924836Z [2Kcopying images... [ 34%] usersguide/images/Q7-10m-noidx.png
2023-09-21T13:03:24.6925338Z [2Kcopying images... [ 38%] usersguide/images/Q8-1g-noidx.png
2023-09-21T13:03:24.6928617Z [2Kcopying images... [ 41%] usersguide/images/inkernel-zlib-blosc-blosc2.png
2023-09-21T13:03:24.6929249Z [2Kcopying images... [ 44%] usersguide/images/cratio-zlib-blosc-blosc2.png
2023-09-21T13:03:24.6932538Z [2Kcopying images... [ 47%] usersguide/images/inkernel-vs-pandas.png
2023-09-21T13:03:24.6935869Z [2Kcopying images... [ 50%] usersguide/images/create-index-time-int32-float64.png
2023-09-21T13:03:24.6939145Z [2Kcopying images... [ 53%] usersguide/images/indexes-sizes2.png
2023-09-21T13:03:24.6942476Z [2Kcopying images... [ 56%] usersguide/images/Q8-1g-idx-optlevels.png
2023-09-21T13:03:24.6943057Z [2Kcopying images... [ 59%] usersguide/images/Q8-1g-idx-compress.png
2023-09-21T13:03:24.6946587Z [2Kcopying images... [ 62%] usersguide/images/Q8-1g-idx-SSD.png
2023-09-21T13:03:24.6949950Z [2Kcopying images... [ 66%] usersguide/images/Q8-1g-idx-sorted.png
2023-09-21T13:03:24.6953723Z [2Kcopying images... [ 69%] usersguide/images/compressed-recordsize.png
2023-09-21T13:03:24.6957093Z [2Kcopying images... [ 72%] usersguide/images/compressed-recordsize-zlib.png
2023-09-21T13:03:24.6960486Z [2Kcopying images... [ 75%] usersguide/images/compressed-writing.png
2023-09-21T13:03:24.6961102Z [2Kcopying images... [ 78%] usersguide/images/compressed-select-nocache.png
2023-09-21T13:03:24.6964505Z [2Kcopying images... [ 81%] usersguide/images/compressed-select-cache.png
2023-09-21T13:03:24.6967912Z [2Kcopying images... [ 84%] usersguide/images/compressed-writing-zlib.png
2023-09-21T13:03:24.6971495Z [2Kcopying images... [ 88%] usersguide/images/compressed-select-cache-zlib.png
2023-09-21T13:03:24.6972189Z [2Kcopying images... [ 91%] usersguide/images/compressed-recordsize-shuffle.png
2023-09-21T13:03:24.6972833Z [2Kcopying images... [ 94%] usersguide/images/compressed-writing-shuffle.png
2023-09-21T13:03:24.6973536Z [2Kcopying images... [ 97%] usersguide/images/compressed-select-nocache-shuffle-only.png
2023-09-21T13:03:24.6974249Z [2Kcopying images... [100%] usersguide/images/compressed-select-cache-shuffle.png
2023-09-21T13:03:24.7032543Z build succeeded.
2023-09-21T13:03:24.7032773Z 
2023-09-21T13:03:24.7032917Z The LaTeX files are in build/latex.
2023-09-21T13:03:24.7033508Z Run 'make' in that directory to run these through (pdf)latex
2023-09-21T13:03:24.7034042Z (use `make latexpdf' here to do that automatically).
2023-09-21T13:03:24.7062889Z make[2]: Entering directory '/home/runner/work/PyTables/PyTables/doc/build/latex'
2023-09-21T13:03:24.7063517Z latexmk -pdf -dvi- -ps-  'usersguide-3.8.1.dev0.tex'
2023-09-21T13:03:24.8614313Z Rc files read:
2023-09-21T13:03:24.8616055Z   /etc/LatexMk
2023-09-21T13:03:24.8617817Z   latexmkrc
2023-09-21T13:03:24.8619324Z Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76.
2023-09-21T13:03:24.8683656Z Rule 'pdflatex': File changes, etc:
2023-09-21T13:03:24.8685377Z    Changed files, or newly in use since previous run(s):
2023-09-21T13:03:24.8687022Z       'usersguide-3.8.1.dev0.tex'
2023-09-21T13:03:24.8688566Z ------------
2023-09-21T13:03:24.8689554Z Run number 1 of rule 'pdflatex'
2023-09-21T13:03:24.8690003Z ------------
2023-09-21T13:03:24.8692797Z ------------
2023-09-21T13:03:24.8693220Z Latexmk: applying rule 'pdflatex'...
2023-09-21T13:03:24.8693976Z Running 'pdflatex   -recorder  "usersguide-3.8.1.dev0.tex"'
2023-09-21T13:03:24.8694626Z ------------
2023-09-21T13:03:24.8877731Z This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex)
2023-09-21T13:03:24.8878550Z  restricted \write18 enabled.
2023-09-21T13:03:24.9299979Z entering extended mode
2023-09-21T13:03:24.9303985Z (./usersguide-3.8.1.dev0.tex
2023-09-21T13:03:24.9304953Z LaTeX2e <2021-11-15> patch level 1
2023-09-21T13:03:24.9373985Z L3 programming layer <2022-01-21> (./sphinxmanual.cls
2023-09-21T13:03:24.9374781Z Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual)
2023-09-21T13:03:24.9395326Z (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
2023-09-21T13:03:24.9396093Z Document Class: report 2021/10/04 v1.4n Standard LaTeX document class
2023-09-21T13:03:24.9471038Z (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))
2023-09-21T13:03:24.9503727Z (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
2023-09-21T13:03:24.9537323Z (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty)
2023-09-21T13:03:24.9592397Z (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>)
2023-09-21T13:03:24.9632731Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
2023-09-21T13:03:24.9633602Z For additional information on amsmath, use the `?' option.
2023-09-21T13:03:24.9663937Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
2023-09-21T13:03:24.9700177Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
2023-09-21T13:03:24.9738137Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
2023-09-21T13:03:24.9825947Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
2023-09-21T13:03:24.9853816Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
2023-09-21T13:03:24.9931556Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
2023-09-21T13:03:25.0000853Z (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
2023-09-21T13:03:25.0079544Z (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
2023-09-21T13:03:25.0128985Z (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf))
2023-09-21T13:03:25.0157903Z (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty
2023-09-21T13:03:25.0185304Z (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
2023-09-21T13:03:25.0220388Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
2023-09-21T13:03:25.0260084Z (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
2023-09-21T13:03:25.0309199Z (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)))
2023-09-21T13:03:25.0346067Z (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty)
2023-09-21T13:03:25.0410894Z (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty
2023-09-21T13:03:25.0434962Z (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
2023-09-21T13:03:25.0450786Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
2023-09-21T13:03:25.0600341Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))
2023-09-21T13:03:25.0651877Z (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty)
2023-09-21T13:03:25.0690480Z (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
2023-09-21T13:03:25.0724791Z (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
2023-09-21T13:03:25.0759564Z (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
2023-09-21T13:03:25.0789406Z (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty)
2023-09-21T13:03:25.0833033Z (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty)
2023-09-21T13:03:25.0865626Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
2023-09-21T13:03:25.0889746Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
2023-09-21T13:03:25.0907448Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
2023-09-21T13:03:25.0929951Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
2023-09-21T13:03:25.0997972Z (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty
2023-09-21T13:03:25.1013390Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty
2023-09-21T13:03:25.1025434Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg)
2023-09-21T13:03:25.1084297Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def))
2023-09-21T13:03:25.1113732Z (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty))
2023-09-21T13:03:25.1146948Z (./sphinxlatexadmonitions.sty
2023-09-21T13:03:25.1168581Z (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty))
2023-09-21T13:03:25.1209249Z (./sphinxlatexliterals.sty
2023-09-21T13:03:25.1269291Z (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty)
2023-09-21T13:03:25.1298276Z (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
2023-09-21T13:03:25.1334215Z (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty)
2023-09-21T13:03:25.1356791Z (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty))
2023-09-21T13:03:25.1398487Z (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty)
2023-09-21T13:03:25.1436952Z (./sphinxhighlight.sty) (./sphinxlatextables.sty
2023-09-21T13:03:25.1462473Z (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
2023-09-21T13:03:25.1509554Z (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty))
2023-09-21T13:03:25.1546112Z (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
2023-09-21T13:03:25.1587934Z (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)
2023-09-21T13:03:25.1655280Z (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)
2023-09-21T13:03:25.1669084Z (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty))
2023-09-21T13:03:25.1709430Z (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty
2023-09-21T13:03:25.1761946Z ) (./sphinxlatexindbibtoc.sty
2023-09-21T13:03:25.1772446Z (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty))
2023-09-21T13:03:25.1805502Z (./sphinxlatexstylepage.sty
2023-09-21T13:03:25.1806557Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
2023-09-21T13:03:25.1838845Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty))
2023-09-21T13:03:25.1868640Z (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty))
2023-09-21T13:03:25.1896239Z (./sphinxlatexstyleheadings.sty
2023-09-21T13:03:25.1945726Z (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty))
2023-09-21T13:03:25.2008624Z (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty))
2023-09-21T13:03:25.2041598Z (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
2023-09-21T13:03:25.2069812Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
2023-09-21T13:03:25.2145414Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)))
2023-09-21T13:03:25.2188733Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
2023-09-21T13:03:25.2221854Z (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
2023-09-21T13:03:25.2293749Z (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
2023-09-21T13:03:25.2328385Z (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
2023-09-21T13:03:25.2374166Z (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
2023-09-21T13:03:25.2429915Z (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
2023-09-21T13:03:25.2448081Z (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
2023-09-21T13:03:25.2474686Z (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty)
2023-09-21T13:03:25.2523174Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
2023-09-21T13:03:25.2553149Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def)
2023-09-21T13:03:25.2598621Z (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty)
2023-09-21T13:03:25.2633848Z (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
2023-09-21T13:03:25.2868887Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def)
2023-09-21T13:03:25.2907962Z (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
2023-09-21T13:03:25.2953158Z (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
2023-09-21T13:03:25.3045380Z (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
2023-09-21T13:03:25.3095405Z (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
2023-09-21T13:03:25.3137037Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
2023-09-21T13:03:25.3189399Z (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty)
2023-09-21T13:03:25.3272008Z (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
2023-09-21T13:03:25.3330973Z (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))
2023-09-21T13:03:25.3361101Z (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty)
2023-09-21T13:03:25.3391261Z (./sphinxmessages.sty)
2023-09-21T13:03:25.3446079Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bookmark.sty
2023-09-21T13:03:25.3503443Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex.def))
2023-09-21T13:03:25.3622601Z (/usr/share/texlive/texmf-dist/tex/latex/threeparttable/threeparttable.sty)
2023-09-21T13:03:25.3623261Z Writing index file usersguide-3.8.1.dev0.idx
2023-09-21T13:03:25.3659876Z (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd)
2023-09-21T13:03:25.3676618Z (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
2023-09-21T13:03:25.3702861Z (./usersguide-3.8.1.dev0.aux)
2023-09-21T13:03:25.3718473Z (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
2023-09-21T13:03:25.3718978Z [Loading MPS to PDF converter (version 2006.09.02).]
2023-09-21T13:03:25.3782956Z ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
2023-09-21T13:03:25.3839881Z (/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty)
2023-09-21T13:03:25.3898121Z (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
2023-09-21T13:03:25.3898645Z *geometry* driver: auto-detecting
2023-09-21T13:03:25.3898984Z *geometry* detected driver: pdftex
2023-09-21T13:03:25.3925361Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
2023-09-21T13:03:25.3977749Z (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
2023-09-21T13:03:25.4066351Z (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
2023-09-21T13:03:25.4094595Z (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd)
2023-09-21T13:03:25.4173418Z (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<<ot1.cmap>><<oml.cmap>><<oms.cma
2023-09-21T13:03:25.4220437Z p>><<omx.cmap>> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd)
2023-09-21T13:03:25.4239167Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo
2023-09-21T13:03:25.4370161Z nts/map/pdftex/updmap/pdftex.map} <./pytables-front-logo.pdf>] [2] [1] [2]
2023-09-21T13:03:25.4687284Z [1] [2] [3] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [4] [5] [6]
2023-09-21T13:03:25.4687738Z Chapter 1.
2023-09-21T13:03:25.4687908Z 
2023-09-21T13:03:25.4688272Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg1' on page 7 undefi
2023-09-21T13:03:25.4688702Z ned on input line 187.
2023-09-21T13:03:25.4688893Z 
2023-09-21T13:03:25.4745524Z [7]
2023-09-21T13:03:25.4745744Z 
2023-09-21T13:03:25.4746269Z LaTeX Warning: Hyper reference `usersguide/bibliography:numpy' on page 8 undefi
2023-09-21T13:03:25.4746690Z ned on input line 285.
2023-09-21T13:03:25.4746882Z 
2023-09-21T13:03:25.4747236Z 
2023-09-21T13:03:25.4747500Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:unimplementedc
2023-09-21T13:03:25.4748295Z lassdescr' on page 8 undefined on input line 326.
2023-09-21T13:03:25.4748544Z 
2023-09-21T13:03:25.4864105Z [8]
2023-09-21T13:03:25.4864650Z 
2023-09-21T13:03:25.4865236Z LaTeX Warning: Hyper reference `usersguide/bibliography:mertz' on page 9 undefi
2023-09-21T13:03:25.4865677Z ned on input line 411.
2023-09-21T13:03:25.4865865Z 
2023-09-21T13:03:25.4865875Z 
2023-09-21T13:03:25.4866199Z LaTeX Warning: Hyper reference `usersguide/tutorials:readingandselectingusage' 
2023-09-21T13:03:25.4866681Z on page 9 undefined on input line 414.
2023-09-21T13:03:25.4866903Z 
2023-09-21T13:03:25.4866912Z 
2023-09-21T13:03:25.4867244Z LaTeX Warning: Hyper reference `usersguide/bibliography:optim' on page 9 undefi
2023-09-21T13:03:25.4867659Z ned on input line 440.
2023-09-21T13:03:25.4867845Z 
2023-09-21T13:03:25.5100952Z [9] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd)
2023-09-21T13:03:25.5101541Z 
2023-09-21T13:03:25.5102210Z LaTeX Warning: Hyper reference `usersguide/introduction:objecttree-h5' on page 
2023-09-21T13:03:25.5103000Z 10 undefined on input line 500.
2023-09-21T13:03:25.5103364Z 
2023-09-21T13:03:25.5103381Z 
2023-09-21T13:03:25.5104017Z LaTeX Warning: Hyper reference `usersguide/bibliography:vitables' on page 10 un
2023-09-21T13:03:25.5105246Z defined on input line 502.
2023-09-21T13:03:25.5105590Z 
2023-09-21T13:03:25.5147737Z [10]
2023-09-21T13:03:25.5148092Z 
2023-09-21T13:03:25.5149163Z LaTeX Warning: Hyper reference `usersguide/introduction:objecttree' on page 11 
2023-09-21T13:03:25.5149954Z undefined on input line 522.
2023-09-21T13:03:25.5150567Z 
2023-09-21T13:03:25.8721705Z [11 <./objecttree-h5.png (PNG copy)>] [12 <./objecttree.png>]
2023-09-21T13:03:25.8722403Z 
2023-09-21T13:03:25.8722892Z LaTeX Warning: Hyper reference `usersguide/installation:binaryinstallationdescr
2023-09-21T13:03:25.8723851Z ' on page 13 undefined on input line 569.
2023-09-21T13:03:25.8724268Z 
2023-09-21T13:03:25.8724285Z 
2023-09-21T13:03:25.8724908Z LaTeX Warning: Hyper reference `usersguide/bibliography:cython' on page 13 unde
2023-09-21T13:03:25.8725659Z fined on input line 585.
2023-09-21T13:03:25.8725990Z 
2023-09-21T13:03:25.8726007Z 
2023-09-21T13:03:25.8726601Z LaTeX Warning: Hyper reference `usersguide/bibliography:numpy' on page 13 undef
2023-09-21T13:03:25.8727322Z ined on input line 592.
2023-09-21T13:03:25.8727643Z 
2023-09-21T13:03:25.8727658Z 
2023-09-21T13:03:25.8728262Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 13 und
2023-09-21T13:03:25.8728990Z efined on input line 592.
2023-09-21T13:03:25.8729319Z 
2023-09-21T13:03:25.8729333Z 
2023-09-21T13:03:25.8729933Z LaTeX Warning: Hyper reference `usersguide/installation:prerequisitesbininst' o
2023-09-21T13:03:25.8730729Z n page 13 undefined on input line 663.
2023-09-21T13:03:25.8731104Z 
2023-09-21T13:03:25.8731118Z 
2023-09-21T13:03:25.8731717Z LaTeX Warning: Hyper reference `usersguide/bibliography:zlib' on page 13 undefi
2023-09-21T13:03:25.8732436Z ned on input line 669.
2023-09-21T13:03:25.8732767Z 
2023-09-21T13:03:25.8732782Z 
2023-09-21T13:03:25.8733363Z LaTeX Warning: Hyper reference `usersguide/bibliography:lzo' on page 13 undefin
2023-09-21T13:03:25.8734062Z ed on input line 671.
2023-09-21T13:03:25.8734375Z 
2023-09-21T13:03:25.8734389Z 
2023-09-21T13:03:25.8735001Z LaTeX Warning: Hyper reference `usersguide/optimization:compressionissues' on p
2023-09-21T13:03:25.8735761Z age 13 undefined on input line 671.
2023-09-21T13:03:25.8736124Z 
2023-09-21T13:03:25.8736138Z 
2023-09-21T13:03:25.8736730Z LaTeX Warning: Hyper reference `usersguide/bibliography:bzip2' on page 13 undef
2023-09-21T13:03:25.8737440Z ined on input line 673.
2023-09-21T13:03:25.8737758Z 
2023-09-21T13:03:25.8843040Z [13]
2023-09-21T13:03:25.8843273Z 
2023-09-21T13:03:25.8843829Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc' on page 14 undef
2023-09-21T13:03:25.8844620Z ined on input line 676.
2023-09-21T13:03:25.8844812Z 
2023-09-21T13:03:25.9200836Z [14]
2023-09-21T13:03:25.9201246Z 
2023-09-21T13:03:25.9202749Z LaTeX Warning: Hyper reference `usersguide/bibliography:gnuwin32' on page 15 un
2023-09-21T13:03:25.9203524Z defined on input line 843.
2023-09-21T13:03:25.9203847Z 
2023-09-21T13:03:25.9534043Z [15]
2023-09-21T13:03:25.9534356Z 
2023-09-21T13:03:25.9535082Z LaTeX Warning: Hyper reference `usersguide/bibliography:git' on page 16 undefin
2023-09-21T13:03:25.9535664Z ed on input line 939.
2023-09-21T13:03:25.9535921Z 
2023-09-21T13:03:25.9535933Z 
2023-09-21T13:03:25.9536432Z LaTeX Warning: Hyper reference `usersguide/bibliography:cython' on page 16 unde
2023-09-21T13:03:25.9536994Z fined on input line 951.
2023-09-21T13:03:25.9537250Z 
2023-09-21T13:03:25.9537262Z 
2023-09-21T13:03:25.9537745Z LaTeX Warning: Hyper reference `usersguide/bibliography:sphinx' on page 16 unde
2023-09-21T13:03:25.9538309Z fined on input line 952.
2023-09-21T13:03:25.9538563Z 
2023-09-21T13:03:26.0670676Z [16] [17] [18]
2023-09-21T13:03:26.0670970Z 
2023-09-21T13:03:26.0671690Z LaTeX Warning: Hyper reference `usersguide/installation:prerequisites' on page 
2023-09-21T13:03:26.0672287Z 19 undefined on input line 1204.
2023-09-21T13:03:26.0672545Z 
2023-09-21T13:03:26.0672557Z 
2023-09-21T13:03:26.0673008Z LaTeX Warning: Hyper reference `usersguide/bibliography:git' on page 19 undefin
2023-09-21T13:03:26.0673497Z ed on input line 1253.
2023-09-21T13:03:26.0673723Z 
2023-09-21T13:03:26.0955635Z [19]
2023-09-21T13:03:26.0955967Z 
2023-09-21T13:03:26.0956719Z LaTeX Warning: Hyper reference `usersguide/optimization:compressionissues' on p
2023-09-21T13:03:26.0957357Z age 20 undefined on input line 1319.
2023-09-21T13:03:26.0957652Z 
2023-09-21T13:03:26.1191371Z [20]
2023-09-21T13:03:26.1191707Z 
2023-09-21T13:03:26.1192431Z LaTeX Warning: Hyper reference `usersguide/libref:library-reference' on page 21
2023-09-21T13:03:26.1193051Z  undefined on input line 1406.
2023-09-21T13:03:26.1193333Z 
2023-09-21T13:03:26.1387513Z [21]
2023-09-21T13:03:26.1387869Z 
2023-09-21T13:03:26.1388305Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:26.1389417Z escr' on page 22 undefined on input line 1506.
2023-09-21T13:03:26.1389803Z 
2023-09-21T13:03:26.1389819Z 
2023-09-21T13:03:26.1390408Z LaTeX Warning: Hyper reference `usersguide/datatypes:datatypes' on page 22 unde
2023-09-21T13:03:26.1391096Z fined on input line 1507.
2023-09-21T13:03:26.1391406Z 
2023-09-21T13:03:26.1391420Z 
2023-09-21T13:03:26.1391966Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:26.1392682Z n page 22 undefined on input line 1520.
2023-09-21T13:03:26.1393220Z 
2023-09-21T13:03:26.1393235Z 
2023-09-21T13:03:26.1393802Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:26.1394523Z n page 22 undefined on input line 1527.
2023-09-21T13:03:26.1394873Z 
2023-09-21T13:03:26.1394887Z 
2023-09-21T13:03:26.1395444Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:fileclassdescr' on
2023-09-21T13:03:26.1396175Z  page 22 undefined on input line 1532.
2023-09-21T13:03:26.1396535Z 
2023-09-21T13:03:26.1661733Z [22]
2023-09-21T13:03:26.1662039Z 
2023-09-21T13:03:26.1662427Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.1663372Z _group' on page 23 undefined on input line 1549.
2023-09-21T13:03:26.1663705Z 
2023-09-21T13:03:26.1663718Z 
2023-09-21T13:03:26.1664113Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:26.1665165Z escr' on page 23 undefined on input line 1551.
2023-09-21T13:03:26.1665490Z 
2023-09-21T13:03:26.1665502Z 
2023-09-21T13:03:26.1665840Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:26.1666543Z descr' on page 23 undefined on input line 1558.
2023-09-21T13:03:26.1666865Z 
2023-09-21T13:03:26.1666877Z 
2023-09-21T13:03:26.1667219Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.1668385Z _table' on page 23 undefined on input line 1559.
2023-09-21T13:03:26.1669019Z 
2023-09-21T13:03:26.1982657Z [23]
2023-09-21T13:03:26.1982995Z 
2023-09-21T13:03:26.1983371Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:26.1984526Z scr' on page 24 undefined on input line 1621.
2023-09-21T13:03:26.1984859Z 
2023-09-21T13:03:26.1984873Z 
2023-09-21T13:03:26.1985215Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:26.1985948Z scr' on page 24 undefined on input line 1655.
2023-09-21T13:03:26.1986263Z 
2023-09-21T13:03:26.1986275Z 
2023-09-21T13:03:26.1986598Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.1987558Z le.iterrows' on page 24 undefined on input line 1695.
2023-09-21T13:03:26.1987896Z 
2023-09-21T13:03:26.2242676Z [24]
2023-09-21T13:03:26.2243497Z 
2023-09-21T13:03:26.2243877Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.2245430Z le.where' on page 25 undefined on input line 1714.
2023-09-21T13:03:26.2245961Z 
2023-09-21T13:03:26.2245975Z 
2023-09-21T13:03:26.2246454Z LaTeX Warning: Hyper reference `usersguide/condition_syntax:condition-syntax' o
2023-09-21T13:03:26.2247012Z n page 25 undefined on input line 1729.
2023-09-21T13:03:26.2247282Z 
2023-09-21T13:03:26.2247294Z 
2023-09-21T13:03:26.2247977Z LaTeX Warning: Hyper reference `usersguide/optimization:searchoptim' on page 25
2023-09-21T13:03:26.2248509Z  undefined on input line 1730.
2023-09-21T13:03:26.2248758Z 
2023-09-21T13:03:26.2511438Z [25]
2023-09-21T13:03:26.2511702Z 
2023-09-21T13:03:26.2512001Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.2512753Z _array' on page 26 undefined on input line 1810.
2023-09-21T13:03:26.2513018Z 
2023-09-21T13:03:26.2513046Z 
2023-09-21T13:03:26.2513282Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.2513851Z _array' on page 26 undefined on input line 1832.
2023-09-21T13:03:26.2514107Z 
2023-09-21T13:03:26.2907739Z [26]
2023-09-21T13:03:26.2908140Z 
2023-09-21T13:03:26.2909073Z LaTeX Warning: Hyper reference `usersguide/tutorials:tutorial1-1-tableview' on 
2023-09-21T13:03:26.2909863Z page 27 undefined on input line 1920.
2023-09-21T13:03:26.2910245Z 
2023-09-21T13:03:26.3251119Z [27] [28 <./tutorial1-1-tableview.png (PNG copy)>]
2023-09-21T13:03:26.3251462Z 
2023-09-21T13:03:26.3251731Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.walk_g
2023-09-21T13:03:26.3252293Z roups' on page 29 undefined on input line 1996.
2023-09-21T13:03:26.3252517Z 
2023-09-21T13:03:26.3252526Z 
2023-09-21T13:03:26.3252778Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.walk_g
2023-09-21T13:03:26.3253317Z roups' on page 29 undefined on input line 2008.
2023-09-21T13:03:26.3253571Z 
2023-09-21T13:03:26.3552793Z [29]
2023-09-21T13:03:26.3553133Z 
2023-09-21T13:03:26.3553514Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.list_n
2023-09-21T13:03:26.3554472Z odes' on page 30 undefined on input line 2021.
2023-09-21T13:03:26.3554781Z 
2023-09-21T13:03:26.3554793Z 
2023-09-21T13:03:26.3555122Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.iter_n
2023-09-21T13:03:26.3555825Z odes' on page 30 undefined on input line 2025.
2023-09-21T13:03:26.3556123Z 
2023-09-21T13:03:26.3556135Z 
2023-09-21T13:03:26.3556455Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.walk_n
2023-09-21T13:03:26.3557121Z odes' on page 30 undefined on input line 2029.
2023-09-21T13:03:26.3557417Z 
2023-09-21T13:03:26.3557429Z 
2023-09-21T13:03:26.3557745Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:26.3558427Z scr' on page 30 undefined on input line 2044.
2023-09-21T13:03:26.3558726Z 
2023-09-21T13:03:26.3559196Z 
2023-09-21T13:03:26.3559557Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:26.3560501Z p._f_walknodes' on page 30 undefined on input line 2055.
2023-09-21T13:03:26.3560824Z 
2023-09-21T13:03:26.3560835Z 
2023-09-21T13:03:26.3561151Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:26.3561882Z setclassdescr' on page 30 undefined on input line 2069.
2023-09-21T13:03:26.3562207Z 
2023-09-21T13:03:26.3562219Z 
2023-09-21T13:03:26.3562528Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:26.3563233Z setclassdescr' on page 30 undefined on input line 2095.
2023-09-21T13:03:26.3563561Z 
2023-09-21T13:03:26.4685299Z [30] [31] [32] [33]
2023-09-21T13:03:26.4685723Z 
2023-09-21T13:03:26.4686215Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.4687455Z le' on page 34 undefined on input line 2330.
2023-09-21T13:03:26.4687908Z 
2023-09-21T13:03:26.5008473Z [34] [35]
2023-09-21T13:03:26.5008863Z 
2023-09-21T13:03:26.5010890Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:26.5012180Z de' on page 36 undefined on input line 2420.
2023-09-21T13:03:26.5012592Z 
2023-09-21T13:03:26.5012610Z 
2023-09-21T13:03:26.5013051Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:26.5013978Z de' on page 36 undefined on input line 2423.
2023-09-21T13:03:26.5014381Z 
2023-09-21T13:03:26.5014397Z 
2023-09-21T13:03:26.5014813Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:26.5015735Z ay' on page 36 undefined on input line 2437.
2023-09-21T13:03:26.5016133Z 
2023-09-21T13:03:26.5016149Z 
2023-09-21T13:03:26.5016572Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:26.5017510Z ay.read' on page 36 undefined on input line 2467.
2023-09-21T13:03:26.5017941Z 
2023-09-21T13:03:26.5017957Z 
2023-09-21T13:03:26.5018371Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.5019318Z _array' on page 36 undefined on input line 2476.
2023-09-21T13:03:26.5019727Z 
2023-09-21T13:03:26.5308230Z [36]
2023-09-21T13:03:26.5308537Z 
2023-09-21T13:03:26.5308838Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:26.5309604Z sdescr' on page 37 undefined on input line 2489.
2023-09-21T13:03:26.5309849Z 
2023-09-21T13:03:26.5553184Z [37]
2023-09-21T13:03:26.5553590Z 
2023-09-21T13:03:26.5554088Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:26.5555269Z umn.__setitem__' on page 38 undefined on input line 2621.
2023-09-21T13:03:26.5555621Z 
2023-09-21T13:03:26.5848265Z [38]
2023-09-21T13:03:26.5848592Z 
2023-09-21T13:03:26.5848981Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.5850007Z le.modify_rows' on page 39 undefined on input line 2647.
2023-09-21T13:03:26.5850361Z 
2023-09-21T13:03:26.5850375Z 
2023-09-21T13:03:26.5850737Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.5851506Z le.modify_column' on page 39 undefined on input line 2648.
2023-09-21T13:03:26.5851853Z 
2023-09-21T13:03:26.5851866Z 
2023-09-21T13:03:26.5852202Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:26.5852962Z ay.__setitem__' on page 39 undefined on input line 2686.
2023-09-21T13:03:26.5853297Z 
2023-09-21T13:03:26.5853309Z 
2023-09-21T13:03:26.5853577Z Overfull \vbox (1.07962pt too high) detected at line 2702
2023-09-21T13:03:26.6143830Z [39]
2023-09-21T13:03:26.6144215Z 
2023-09-21T13:03:26.6144832Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:26.6145862Z ay.__getitem__' on page 40 undefined on input line 2710.
2023-09-21T13:03:26.6146208Z 
2023-09-21T13:03:26.6146656Z 
2023-09-21T13:03:26.6147006Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:26.6147998Z le.remove_rows' on page 40 undefined on input line 2744.
2023-09-21T13:03:26.6149285Z 
2023-09-21T13:03:26.6149305Z 
2023-09-21T13:03:26.6149864Z LaTeX Warning: Hyper reference `usersguide/tutorials:tutorial1-2-tableview' on 
2023-09-21T13:03:26.6150495Z page 40 undefined on input line 2758.
2023-09-21T13:03:26.6150788Z 
2023-09-21T13:03:26.6150800Z 
2023-09-21T13:03:26.6151286Z LaTeX Warning: Hyper reference `usersguide/tutorials:tutorial1-general' on page
2023-09-21T13:03:26.6151870Z  40 undefined on input line 2760.
2023-09-21T13:03:26.6152148Z 
2023-09-21T13:03:26.6181086Z [40] [41 <./tutorial1-2-tableview.png (PNG copy)>] [42 <./tutorial1-general.png
2023-09-21T13:03:26.6551814Z  (PNG copy)>]
2023-09-21T13:03:26.6552237Z 
2023-09-21T13:03:26.6552723Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:26.6553964Z _table' on page 43 undefined on input line 2802.
2023-09-21T13:03:26.6554389Z 
2023-09-21T13:03:26.6601544Z [43]
2023-09-21T13:03:26.6602701Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:26.6605431Z 
2023-09-21T13:03:26.6605996Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:26.7082653Z [44] [45]
2023-09-21T13:03:26.7082942Z 
2023-09-21T13:03:26.7083611Z LaTeX Warning: Hyper reference `usersguide/tutorials:tutorial2-tableview' on pa
2023-09-21T13:03:26.7084080Z ge 46 undefined on input line 3008.
2023-09-21T13:03:26.7084280Z 
2023-09-21T13:03:26.8134197Z [46] [47 <./tutorial2-tableview.png (PNG copy)>] [48] [49]
2023-09-21T13:03:26.8134595Z 
2023-09-21T13:03:26.8134859Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.enable
2023-09-21T13:03:26.8135435Z _undo' on page 50 undefined on input line 3287.
2023-09-21T13:03:26.8135670Z 
2023-09-21T13:03:26.8563000Z [50]
2023-09-21T13:03:26.8563415Z 
2023-09-21T13:03:26.8564213Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.mark' 
2023-09-21T13:03:26.8565015Z on page 51 undefined on input line 3314.
2023-09-21T13:03:26.8565403Z 
2023-09-21T13:03:26.8565418Z 
2023-09-21T13:03:26.8565927Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:26.8566666Z on page 51 undefined on input line 3325.
2023-09-21T13:03:26.8567009Z 
2023-09-21T13:03:26.8567040Z 
2023-09-21T13:03:26.8567424Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_cu
2023-09-21T13:03:26.8568348Z rrent_mark' on page 51 undefined on input line 3366.
2023-09-21T13:03:26.8568744Z 
2023-09-21T13:03:26.8568757Z 
2023-09-21T13:03:26.8569251Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:26.8571233Z on page 51 undefined on input line 3378.
2023-09-21T13:03:26.8571593Z 
2023-09-21T13:03:26.9221024Z [51] [52]
2023-09-21T13:03:26.9221800Z Overfull \vbox (2.7787pt too high) detected at line 3529
2023-09-21T13:03:26.9430674Z [53]
2023-09-21T13:03:26.9430942Z 
2023-09-21T13:03:26.9431527Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.goto' 
2023-09-21T13:03:26.9432044Z on page 54 undefined on input line 3533.
2023-09-21T13:03:26.9432269Z 
2023-09-21T13:03:26.9779511Z [54]
2023-09-21T13:03:26.9779796Z 
2023-09-21T13:03:26.9780093Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:26.9780917Z ' on page 55 undefined on input line 3603.
2023-09-21T13:03:26.9781181Z 
2023-09-21T13:03:27.0068971Z [55]
2023-09-21T13:03:27.0069246Z 
2023-09-21T13:03:27.0069543Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.0070296Z escr' on page 56 undefined on input line 3682.
2023-09-21T13:03:27.0070537Z 
2023-09-21T13:03:27.0411269Z [56]
2023-09-21T13:03:27.0411545Z 
2023-09-21T13:03:27.0411842Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.0413167Z le.get_enum' on page 57 undefined on input line 3763.
2023-09-21T13:03:27.0413418Z 
2023-09-21T13:03:27.0413429Z 
2023-09-21T13:03:27.0413850Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.0414405Z descr' on page 57 undefined on input line 3770.
2023-09-21T13:03:27.0414637Z 
2023-09-21T13:03:27.0414646Z 
2023-09-21T13:03:27.0414887Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earraymeth
2023-09-21T13:03:27.0415434Z odsdescr' on page 57 undefined on input line 3804.
2023-09-21T13:03:27.0415676Z 
2023-09-21T13:03:27.1356424Z [57] [58] [59]
2023-09-21T13:03:27.1356833Z 
2023-09-21T13:03:27.1357330Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.1358566Z escr' on page 60 undefined on input line 3979.
2023-09-21T13:03:27.1358981Z 
2023-09-21T13:03:27.1679597Z [60]
2023-09-21T13:03:27.1679921Z 
2023-09-21T13:03:27.1680265Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.1681232Z nclassdescr' on page 61 undefined on input line 4032.
2023-09-21T13:03:27.1681549Z 
2023-09-21T13:03:27.2151106Z [61]
2023-09-21T13:03:27.2151375Z 
2023-09-21T13:03:27.2151669Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.2152450Z nclassdescr' on page 62 undefined on input line 4133.
2023-09-21T13:03:27.2152706Z 
2023-09-21T13:03:27.2375233Z [62] [63]
2023-09-21T13:03:27.2375488Z 
2023-09-21T13:03:27.2375780Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.copy_f
2023-09-21T13:03:27.2376537Z ile' on page 64 undefined on input line 4284.
2023-09-21T13:03:27.2376771Z 
2023-09-21T13:03:27.2376780Z 
2023-09-21T13:03:27.2377017Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.copy_f
2023-09-21T13:03:27.2377550Z ile' on page 64 undefined on input line 4287.
2023-09-21T13:03:27.2377779Z 
2023-09-21T13:03:27.2377787Z 
2023-09-21T13:03:27.2378038Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.2378573Z ' on page 64 undefined on input line 4395.
2023-09-21T13:03:27.2378812Z 
2023-09-21T13:03:27.2378821Z 
2023-09-21T13:03:27.2379054Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.2379575Z scr' on page 64 undefined on input line 4395.
2023-09-21T13:03:27.2379803Z 
2023-09-21T13:03:27.2536723Z [64]
2023-09-21T13:03:27.2537117Z 
2023-09-21T13:03:27.2538012Z LaTeX Warning: Hyper reference `usersguide/parameter_files:parameter-files' on 
2023-09-21T13:03:27.2538811Z page 65 undefined on input line 4412.
2023-09-21T13:03:27.2539191Z 
2023-09-21T13:03:27.2539208Z 
2023-09-21T13:03:27.2539849Z LaTeX Warning: Hyper reference `usersguide/optimization:lruoptim' on page 65 un
2023-09-21T13:03:27.2540601Z defined on input line 4418.
2023-09-21T13:03:27.2541000Z 
2023-09-21T13:03:27.2541017Z 
2023-09-21T13:03:27.2541471Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.MA
2023-09-21T13:03:27.2542508Z X_BLOSC_THREADS' on page 65 undefined on input line 4435.
2023-09-21T13:03:27.2542958Z 
2023-09-21T13:03:27.2542993Z 
2023-09-21T13:03:27.2543438Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.MA
2023-09-21T13:03:27.2544661Z X_BLOSC_THREADS' on page 65 undefined on input line 4438.
2023-09-21T13:03:27.2545100Z 
2023-09-21T13:03:27.2545114Z 
2023-09-21T13:03:27.2545548Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.MA
2023-09-21T13:03:27.2546524Z X_BLOSC_THREADS' on page 65 undefined on input line 4456.
2023-09-21T13:03:27.2546956Z 
2023-09-21T13:03:27.2546970Z 
2023-09-21T13:03:27.2547402Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.MA
2023-09-21T13:03:27.2548383Z X_BLOSC_THREADS' on page 65 undefined on input line 4459.
2023-09-21T13:03:27.2548816Z 
2023-09-21T13:03:27.2620412Z [65]
2023-09-21T13:03:27.2620644Z 
2023-09-21T13:03:27.2621139Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:27.2622016Z n page 66 undefined on input line 4617.
2023-09-21T13:03:27.2622426Z 
2023-09-21T13:03:27.2622435Z 
2023-09-21T13:03:27.2622691Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.enable
2023-09-21T13:03:27.2623250Z _undo' on page 66 undefined on input line 4626.
2023-09-21T13:03:27.2623487Z 
2023-09-21T13:03:27.2623496Z 
2023-09-21T13:03:27.2623786Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.mark' 
2023-09-21T13:03:27.2624233Z on page 66 undefined on input line 4629.
2023-09-21T13:03:27.2624706Z 
2023-09-21T13:03:27.2624716Z 
2023-09-21T13:03:27.2625024Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:27.2625477Z on page 66 undefined on input line 4637.
2023-09-21T13:03:27.2625692Z 
2023-09-21T13:03:27.2625700Z 
2023-09-21T13:03:27.2625979Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:27.2626437Z on page 66 undefined on input line 4640.
2023-09-21T13:03:27.2626652Z 
2023-09-21T13:03:27.2626660Z 
2023-09-21T13:03:27.2626907Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.disabl
2023-09-21T13:03:27.2627440Z e_undo' on page 66 undefined on input line 4652.
2023-09-21T13:03:27.2627674Z 
2023-09-21T13:03:27.2699858Z [66]
2023-09-21T13:03:27.2700053Z 
2023-09-21T13:03:27.2700338Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.2700972Z ' on page 67 undefined on input line 4718.
2023-09-21T13:03:27.2701202Z 
2023-09-21T13:03:27.2701211Z 
2023-09-21T13:03:27.2701466Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.2701986Z scr' on page 67 undefined on input line 4718.
2023-09-21T13:03:27.2702219Z 
2023-09-21T13:03:27.2702228Z 
2023-09-21T13:03:27.2702587Z LaTeX Warning: Hyper reference `usersguide/parameter_files:parameter-files' on 
2023-09-21T13:03:27.2703052Z page 67 undefined on input line 4734.
2023-09-21T13:03:27.2703264Z 
2023-09-21T13:03:27.2703273Z 
2023-09-21T13:03:27.2703654Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:27.2704091Z n page 67 undefined on input line 4806.
2023-09-21T13:03:27.2704308Z 
2023-09-21T13:03:27.2819393Z [67]
2023-09-21T13:03:27.2819605Z 
2023-09-21T13:03:27.2819888Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.2820541Z scr' on page 68 undefined on input line 4840.
2023-09-21T13:03:27.2820775Z 
2023-09-21T13:03:27.2820784Z 
2023-09-21T13:03:27.2821134Z LaTeX Warning: Hyper reference `usersguide/parameter_files:parameter-files' on 
2023-09-21T13:03:27.2821588Z page 68 undefined on input line 4902.
2023-09-21T13:03:27.2821801Z 
2023-09-21T13:03:27.3078028Z [68] [69]
2023-09-21T13:03:27.3078342Z 
2023-09-21T13:03:27.3078726Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3079735Z p._f_copy_children' on page 70 undefined on input line 5102.
2023-09-21T13:03:27.3080105Z 
2023-09-21T13:03:27.3080122Z 
2023-09-21T13:03:27.3080491Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3081269Z de' on page 70 undefined on input line 5125.
2023-09-21T13:03:27.3081584Z 
2023-09-21T13:03:27.3081596Z 
2023-09-21T13:03:27.3081938Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3082633Z p' on page 70 undefined on input line 5130.
2023-09-21T13:03:27.3082943Z 
2023-09-21T13:03:27.3082955Z 
2023-09-21T13:03:27.3083291Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3084008Z de' on page 70 undefined on input line 5145.
2023-09-21T13:03:27.3084429Z 
2023-09-21T13:03:27.3084439Z 
2023-09-21T13:03:27.3084731Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3085359Z p._f_copy' on page 70 undefined on input line 5166.
2023-09-21T13:03:27.3086012Z 
2023-09-21T13:03:27.3086021Z 
2023-09-21T13:03:27.3086306Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.3087121Z ._f_copy' on page 70 undefined on input line 5174.
2023-09-21T13:03:27.3087419Z 
2023-09-21T13:03:27.3087430Z 
2023-09-21T13:03:27.3087715Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.3088305Z ' on page 70 undefined on input line 5179.
2023-09-21T13:03:27.3088572Z 
2023-09-21T13:03:27.3183278Z [70]
2023-09-21T13:03:27.3183517Z 
2023-09-21T13:03:27.3183835Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3184802Z p' on page 71 undefined on input line 5198.
2023-09-21T13:03:27.3185033Z 
2023-09-21T13:03:27.3185042Z 
2023-09-21T13:03:27.3185291Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3185810Z escr' on page 71 undefined on input line 5200.
2023-09-21T13:03:27.3186056Z 
2023-09-21T13:03:27.3186064Z 
2023-09-21T13:03:27.3186309Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:27.3186859Z sdescr' on page 71 undefined on input line 5219.
2023-09-21T13:03:27.3187094Z 
2023-09-21T13:03:27.3187102Z 
2023-09-21T13:03:27.3187345Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:27.3187845Z om' on page 71 undefined on input line 5244.
2023-09-21T13:03:27.3188072Z 
2023-09-21T13:03:27.3188081Z 
2023-09-21T13:03:27.3188347Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.3188872Z descr' on page 71 undefined on input line 5246.
2023-09-21T13:03:27.3189102Z 
2023-09-21T13:03:27.3189111Z 
2023-09-21T13:03:27.3189351Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:27.3189853Z ay' on page 71 undefined on input line 5286.
2023-09-21T13:03:27.3190080Z 
2023-09-21T13:03:27.3190096Z 
2023-09-21T13:03:27.3190338Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:27.3190870Z _table' on page 71 undefined on input line 5290.
2023-09-21T13:03:27.3191099Z 
2023-09-21T13:03:27.3191108Z 
2023-09-21T13:03:27.3191346Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3191836Z p' on page 71 undefined on input line 5314.
2023-09-21T13:03:27.3192063Z 
2023-09-21T13:03:27.3192072Z 
2023-09-21T13:03:27.3192310Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3192827Z escr' on page 71 undefined on input line 5316.
2023-09-21T13:03:27.3193058Z 
2023-09-21T13:03:27.3276898Z [71]
2023-09-21T13:03:27.3277128Z 
2023-09-21T13:03:27.3277397Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:27.3278683Z om' on page 72 undefined on input line 5324.
2023-09-21T13:03:27.3278925Z 
2023-09-21T13:03:27.3278949Z 
2023-09-21T13:03:27.3279202Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.3279778Z descr' on page 72 undefined on input line 5326.
2023-09-21T13:03:27.3280012Z 
2023-09-21T13:03:27.3280021Z 
2023-09-21T13:03:27.3280255Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.3280772Z ' on page 72 undefined on input line 5352.
2023-09-21T13:03:27.3281028Z 
2023-09-21T13:03:27.3281037Z 
2023-09-21T13:03:27.3281283Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.3281812Z scr' on page 72 undefined on input line 5352.
2023-09-21T13:03:27.3282040Z 
2023-09-21T13:03:27.3282048Z 
2023-09-21T13:03:27.3282276Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:27.3282808Z sdescr' on page 72 undefined on input line 5388.
2023-09-21T13:03:27.3283045Z 
2023-09-21T13:03:27.3283053Z 
2023-09-21T13:03:27.3283296Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.CAr
2023-09-21T13:03:27.3284175Z ray' on page 72 undefined on input line 5424.
2023-09-21T13:03:27.3284603Z 
2023-09-21T13:03:27.3284611Z 
2023-09-21T13:03:27.3284840Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3285361Z p' on page 72 undefined on input line 5448.
2023-09-21T13:03:27.3285585Z 
2023-09-21T13:03:27.3285593Z 
2023-09-21T13:03:27.3285914Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3286436Z escr' on page 72 undefined on input line 5450.
2023-09-21T13:03:27.3286670Z 
2023-09-21T13:03:27.3358429Z [72]
2023-09-21T13:03:27.3358745Z 
2023-09-21T13:03:27.3359153Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:27.3360728Z om' on page 73 undefined on input line 5458.
2023-09-21T13:03:27.3361076Z 
2023-09-21T13:03:27.3361089Z 
2023-09-21T13:03:27.3361457Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.3362256Z descr' on page 73 undefined on input line 5460.
2023-09-21T13:03:27.3362612Z 
2023-09-21T13:03:27.3362625Z 
2023-09-21T13:03:27.3362981Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.EAr
2023-09-21T13:03:27.3363756Z ray' on page 73 undefined on input line 5559.
2023-09-21T13:03:27.3364087Z 
2023-09-21T13:03:27.3464470Z [73]
2023-09-21T13:03:27.3464664Z 
2023-09-21T13:03:27.3464914Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3465529Z p' on page 74 undefined on input line 5605.
2023-09-21T13:03:27.3465760Z 
2023-09-21T13:03:27.3465769Z 
2023-09-21T13:03:27.3466018Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3466589Z escr' on page 74 undefined on input line 5607.
2023-09-21T13:03:27.3466826Z 
2023-09-21T13:03:27.3466834Z 
2023-09-21T13:03:27.3467066Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.3467594Z ' on page 74 undefined on input line 5620.
2023-09-21T13:03:27.3467832Z 
2023-09-21T13:03:27.3467841Z 
2023-09-21T13:03:27.3468092Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.3468614Z scr' on page 74 undefined on input line 5620.
2023-09-21T13:03:27.3468842Z 
2023-09-21T13:03:27.3468850Z 
2023-09-21T13:03:27.3469079Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3469599Z p' on page 74 undefined on input line 5640.
2023-09-21T13:03:27.3469825Z 
2023-09-21T13:03:27.3469833Z 
2023-09-21T13:03:27.3470075Z LaTeX Warning: Hyper reference `usersguide/libref/link_classes:softlinkclassdes
2023-09-21T13:03:27.3470597Z cr' on page 74 undefined on input line 5694.
2023-09-21T13:03:27.3470827Z 
2023-09-21T13:03:27.3470835Z 
2023-09-21T13:03:27.3471064Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3471585Z p' on page 74 undefined on input line 5712.
2023-09-21T13:03:27.3471808Z 
2023-09-21T13:03:27.3471817Z 
2023-09-21T13:03:27.3472066Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3472584Z escr' on page 74 undefined on input line 5714.
2023-09-21T13:03:27.3472812Z 
2023-09-21T13:03:27.3533883Z [74]
2023-09-21T13:03:27.3534082Z 
2023-09-21T13:03:27.3534363Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Des
2023-09-21T13:03:27.3535021Z cription' on page 75 undefined on input line 5722.
2023-09-21T13:03:27.3535269Z 
2023-09-21T13:03:27.3535278Z 
2023-09-21T13:03:27.3535529Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:isdescrip
2023-09-21T13:03:27.3536097Z tionclassdescr' on page 75 undefined on input line 5731.
2023-09-21T13:03:27.3536359Z 
2023-09-21T13:03:27.3536368Z 
2023-09-21T13:03:27.3536618Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.3537487Z ' on page 75 undefined on input line 5772.
2023-09-21T13:03:27.3537711Z 
2023-09-21T13:03:27.3537720Z 
2023-09-21T13:03:27.3538171Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.3538689Z scr' on page 75 undefined on input line 5772.
2023-09-21T13:03:27.3538919Z 
2023-09-21T13:03:27.3538927Z 
2023-09-21T13:03:27.3539170Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.3539681Z le' on page 75 undefined on input line 5844.
2023-09-21T13:03:27.3539909Z 
2023-09-21T13:03:27.3626770Z [75]
2023-09-21T13:03:27.3626976Z 
2023-09-21T13:03:27.3627314Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.3627937Z p' on page 76 undefined on input line 5868.
2023-09-21T13:03:27.3628194Z 
2023-09-21T13:03:27.3628203Z 
2023-09-21T13:03:27.3628453Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3629010Z escr' on page 76 undefined on input line 5870.
2023-09-21T13:03:27.3629242Z 
2023-09-21T13:03:27.3629250Z 
2023-09-21T13:03:27.3629497Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:27.3630017Z om' on page 76 undefined on input line 5878.
2023-09-21T13:03:27.3630246Z 
2023-09-21T13:03:27.3630254Z 
2023-09-21T13:03:27.3630497Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.3631024Z descr' on page 76 undefined on input line 5880.
2023-09-21T13:03:27.3631256Z 
2023-09-21T13:03:27.3631264Z 
2023-09-21T13:03:27.3631504Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.3631997Z ' on page 76 undefined on input line 5895.
2023-09-21T13:03:27.3632220Z 
2023-09-21T13:03:27.3632228Z 
2023-09-21T13:03:27.3632470Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.3632992Z scr' on page 76 undefined on input line 5895.
2023-09-21T13:03:27.3633231Z 
2023-09-21T13:03:27.3633238Z 
2023-09-21T13:03:27.3633477Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:27.3633994Z rray' on page 76 undefined on input line 5976.
2023-09-21T13:03:27.3634219Z 
2023-09-21T13:03:27.3726484Z [76]
2023-09-21T13:03:27.3726680Z 
2023-09-21T13:03:27.3727216Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3727849Z de' on page 77 undefined on input line 6005.
2023-09-21T13:03:27.3728068Z 
2023-09-21T13:03:27.3728077Z 
2023-09-21T13:03:27.3728325Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3728852Z de' on page 77 undefined on input line 6010.
2023-09-21T13:03:27.3729079Z 
2023-09-21T13:03:27.3729087Z 
2023-09-21T13:03:27.3729331Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.3729871Z ._f_move' on page 77 undefined on input line 6032.
2023-09-21T13:03:27.3730109Z 
2023-09-21T13:03:27.3730118Z 
2023-09-21T13:03:27.3730359Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3730918Z de' on page 77 undefined on input line 6050.
2023-09-21T13:03:27.3731147Z 
2023-09-21T13:03:27.3731155Z 
2023-09-21T13:03:27.3731395Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3731912Z de' on page 77 undefined on input line 6055.
2023-09-21T13:03:27.3732123Z 
2023-09-21T13:03:27.3732131Z 
2023-09-21T13:03:27.3732370Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3732885Z de' on page 77 undefined on input line 6085.
2023-09-21T13:03:27.3733112Z 
2023-09-21T13:03:27.3733120Z 
2023-09-21T13:03:27.3733360Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3733876Z de' on page 77 undefined on input line 6090.
2023-09-21T13:03:27.3734088Z 
2023-09-21T13:03:27.3842013Z [77]
2023-09-21T13:03:27.3842455Z 
2023-09-21T13:03:27.3842732Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.3843511Z ' on page 78 undefined on input line 6123.
2023-09-21T13:03:27.3843742Z 
2023-09-21T13:03:27.3843751Z 
2023-09-21T13:03:27.3843997Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.3844527Z scr' on page 78 undefined on input line 6126.
2023-09-21T13:03:27.3844757Z 
2023-09-21T13:03:27.3844765Z 
2023-09-21T13:03:27.3845014Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.3845530Z escr' on page 78 undefined on input line 6141.
2023-09-21T13:03:27.3845761Z 
2023-09-21T13:03:27.3845769Z 
2023-09-21T13:03:27.3846017Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.3846540Z de' on page 78 undefined on input line 6190.
2023-09-21T13:03:27.3846771Z 
2023-09-21T13:03:27.3846779Z 
2023-09-21T13:03:27.3847032Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.3847540Z scr' on page 78 undefined on input line 6196.
2023-09-21T13:03:27.3847775Z 
2023-09-21T13:03:27.3847783Z 
2023-09-21T13:03:27.3848030Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.list_n
2023-09-21T13:03:27.3848559Z odes' on page 78 undefined on input line 6206.
2023-09-21T13:03:27.3848790Z 
2023-09-21T13:03:27.3848798Z 
2023-09-21T13:03:27.3849083Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.iter_n
2023-09-21T13:03:27.3849660Z odes' on page 78 undefined on input line 6221.
2023-09-21T13:03:27.3849891Z 
2023-09-21T13:03:27.4023680Z [78]
2023-09-21T13:03:27.4023946Z 
2023-09-21T13:03:27.4024244Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4025516Z escr' on page 79 undefined on input line 6243.
2023-09-21T13:03:27.4025745Z 
2023-09-21T13:03:27.4025756Z 
2023-09-21T13:03:27.4026031Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4026568Z p' on page 79 undefined on input line 6260.
2023-09-21T13:03:27.4026821Z 
2023-09-21T13:03:27.4026831Z 
2023-09-21T13:03:27.4027079Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4027612Z escr' on page 79 undefined on input line 6262.
2023-09-21T13:03:27.4027830Z 
2023-09-21T13:03:27.4027838Z 
2023-09-21T13:03:27.4028081Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4028609Z escr' on page 79 undefined on input line 6267.
2023-09-21T13:03:27.4028840Z 
2023-09-21T13:03:27.4028848Z 
2023-09-21T13:03:27.4029093Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.walk_n
2023-09-21T13:03:27.4029617Z odes' on page 79 undefined on input line 6317.
2023-09-21T13:03:27.4029831Z 
2023-09-21T13:03:27.4128742Z [79]
2023-09-21T13:03:27.4128969Z 
2023-09-21T13:03:27.4129424Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.mark' 
2023-09-21T13:03:27.4129923Z on page 80 undefined on input line 6347.
2023-09-21T13:03:27.4130163Z 
2023-09-21T13:03:27.4130172Z 
2023-09-21T13:03:27.4130485Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:27.4130927Z on page 80 undefined on input line 6347.
2023-09-21T13:03:27.4131152Z 
2023-09-21T13:03:27.4131161Z 
2023-09-21T13:03:27.4131464Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:27.4131912Z on page 80 undefined on input line 6347.
2023-09-21T13:03:27.4132131Z 
2023-09-21T13:03:27.4132139Z 
2023-09-21T13:03:27.4132435Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.mark' 
2023-09-21T13:03:27.4132869Z on page 80 undefined on input line 6369.
2023-09-21T13:03:27.4133086Z 
2023-09-21T13:03:27.4133093Z 
2023-09-21T13:03:27.4133383Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:27.4134162Z on page 80 undefined on input line 6369.
2023-09-21T13:03:27.4134379Z 
2023-09-21T13:03:27.4134387Z 
2023-09-21T13:03:27.4134840Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:27.4135279Z on page 80 undefined on input line 6369.
2023-09-21T13:03:27.4135495Z 
2023-09-21T13:03:27.4135503Z 
2023-09-21T13:03:27.4135743Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.4136282Z scr' on page 80 undefined on input line 6374.
2023-09-21T13:03:27.4136512Z 
2023-09-21T13:03:27.4136520Z 
2023-09-21T13:03:27.4136764Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.enable
2023-09-21T13:03:27.4137278Z _undo' on page 80 undefined on input line 6400.
2023-09-21T13:03:27.4137507Z 
2023-09-21T13:03:27.4137515Z 
2023-09-21T13:03:27.4137812Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.undo' 
2023-09-21T13:03:27.4138253Z on page 80 undefined on input line 6461.
2023-09-21T13:03:27.4138481Z 
2023-09-21T13:03:27.4138489Z 
2023-09-21T13:03:27.4138785Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.redo' 
2023-09-21T13:03:27.4139216Z on page 80 undefined on input line 6461.
2023-09-21T13:03:27.4139433Z 
2023-09-21T13:03:27.4229146Z [80]
2023-09-21T13:03:27.4229366Z 
2023-09-21T13:03:27.4229647Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4230299Z de' on page 81 undefined on input line 6534.
2023-09-21T13:03:27.4230519Z 
2023-09-21T13:03:27.4230544Z 
2023-09-21T13:03:27.4230806Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4231341Z de' on page 81 undefined on input line 6539.
2023-09-21T13:03:27.4231573Z 
2023-09-21T13:03:27.4231582Z 
2023-09-21T13:03:27.4231828Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.4232359Z scr' on page 81 undefined on input line 6545.
2023-09-21T13:03:27.4232587Z 
2023-09-21T13:03:27.4232612Z 
2023-09-21T13:03:27.4232839Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4233370Z de' on page 81 undefined on input line 6566.
2023-09-21T13:03:27.4233599Z 
2023-09-21T13:03:27.4233607Z 
2023-09-21T13:03:27.4233857Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4234377Z de' on page 81 undefined on input line 6571.
2023-09-21T13:03:27.4234590Z 
2023-09-21T13:03:27.4234613Z 
2023-09-21T13:03:27.4234841Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4235356Z de' on page 81 undefined on input line 6598.
2023-09-21T13:03:27.4235582Z 
2023-09-21T13:03:27.4235590Z 
2023-09-21T13:03:27.4235831Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4236344Z de' on page 81 undefined on input line 6603.
2023-09-21T13:03:27.4236554Z 
2023-09-21T13:03:27.4310112Z [81]
2023-09-21T13:03:27.4311379Z 
2023-09-21T13:03:27.4311759Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4313257Z de' on page 82 undefined on input line 6631.
2023-09-21T13:03:27.4313558Z 
2023-09-21T13:03:27.4313570Z 
2023-09-21T13:03:27.4313884Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.4314528Z de' on page 82 undefined on input line 6636.
2023-09-21T13:03:27.4314813Z 
2023-09-21T13:03:27.4314823Z 
2023-09-21T13:03:27.4315131Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4315793Z escr' on page 82 undefined on input line 6701.
2023-09-21T13:03:27.4316079Z 
2023-09-21T13:03:27.4418620Z [82]
2023-09-21T13:03:27.4418817Z 
2023-09-21T13:03:27.4419292Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:fileclassdescr' on
2023-09-21T13:03:27.4419757Z  page 83 undefined on input line 6730.
2023-09-21T13:03:27.4419980Z 
2023-09-21T13:03:27.4420328Z 
2023-09-21T13:03:27.4420588Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4421303Z p' on page 83 undefined on input line 6787.
2023-09-21T13:03:27.4421517Z 
2023-09-21T13:03:27.4421527Z 
2023-09-21T13:03:27.4421776Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.at
2023-09-21T13:03:27.4422384Z tributeset.AttributeSet' on page 83 undefined on input line 6808.
2023-09-21T13:03:27.4422702Z 
2023-09-21T13:03:27.4500327Z [83]
2023-09-21T13:03:27.4500645Z 
2023-09-21T13:03:27.4501070Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4502041Z escr' on page 84 undefined on input line 6883.
2023-09-21T13:03:27.4502532Z 
2023-09-21T13:03:27.4502542Z 
2023-09-21T13:03:27.4502797Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4503335Z escr' on page 84 undefined on input line 6937.
2023-09-21T13:03:27.4503597Z 
2023-09-21T13:03:27.4604474Z [84]
2023-09-21T13:03:27.4604702Z 
2023-09-21T13:03:27.4604995Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4605734Z p' on page 85 undefined on input line 7101.
2023-09-21T13:03:27.4605969Z 
2023-09-21T13:03:27.4746392Z [85]
2023-09-21T13:03:27.4746679Z 
2023-09-21T13:03:27.4747064Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.4747915Z ' on page 86 undefined on input line 7117.
2023-09-21T13:03:27.4748232Z 
2023-09-21T13:03:27.4748245Z 
2023-09-21T13:03:27.4748588Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.4749320Z scr' on page 86 undefined on input line 7164.
2023-09-21T13:03:27.4749636Z 
2023-09-21T13:03:27.4843528Z [86]
2023-09-21T13:03:27.4843820Z 
2023-09-21T13:03:27.4844229Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.4845161Z scr' on page 87 undefined on input line 7268.
2023-09-21T13:03:27.4845527Z 
2023-09-21T13:03:27.4845542Z 
2023-09-21T13:03:27.4846066Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:fileclassdescr' on
2023-09-21T13:03:27.4846734Z  page 87 undefined on input line 7281.
2023-09-21T13:03:27.4847032Z 
2023-09-21T13:03:27.4847045Z 
2023-09-21T13:03:27.4847397Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.4848167Z scr' on page 87 undefined on input line 7288.
2023-09-21T13:03:27.4848502Z 
2023-09-21T13:03:27.4848515Z 
2023-09-21T13:03:27.4848867Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.4849660Z ._f_close' on page 87 undefined on input line 7300.
2023-09-21T13:03:27.4849988Z 
2023-09-21T13:03:27.4850001Z 
2023-09-21T13:03:27.4850353Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.4851120Z ._f_copy' on page 87 undefined on input line 7322.
2023-09-21T13:03:27.4851462Z 
2023-09-21T13:03:27.4851487Z 
2023-09-21T13:03:27.4851839Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.4852593Z ' on page 87 undefined on input line 7334.
2023-09-21T13:03:27.4852897Z 
2023-09-21T13:03:27.4852927Z 
2023-09-21T13:03:27.4853261Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.4854022Z scr' on page 87 undefined on input line 7336.
2023-09-21T13:03:27.4854353Z 
2023-09-21T13:03:27.4854365Z 
2023-09-21T13:03:27.4854715Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.4855473Z escr' on page 87 undefined on input line 7371.
2023-09-21T13:03:27.4855792Z 
2023-09-21T13:03:27.4918013Z [87]
2023-09-21T13:03:27.4918377Z 
2023-09-21T13:03:27.4918781Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.4919709Z scr' on page 88 undefined on input line 7430.
2023-09-21T13:03:27.4920048Z 
2023-09-21T13:03:27.4920514Z 
2023-09-21T13:03:27.4920887Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4921838Z p._f_list_nodes' on page 88 undefined on input line 7435.
2023-09-21T13:03:27.4922090Z 
2023-09-21T13:03:27.4922099Z 
2023-09-21T13:03:27.4922343Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4922905Z p._f_iter_nodes' on page 88 undefined on input line 7450.
2023-09-21T13:03:27.4923149Z 
2023-09-21T13:03:27.4923158Z 
2023-09-21T13:03:27.4923398Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4923943Z p._f_walk_groups' on page 88 undefined on input line 7488.
2023-09-21T13:03:27.4924195Z 
2023-09-21T13:03:27.4924202Z 
2023-09-21T13:03:27.4924445Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.4924999Z p._f_iter_nodes' on page 88 undefined on input line 7490.
2023-09-21T13:03:27.4925243Z 
2023-09-21T13:03:27.5132080Z [88]
2023-09-21T13:03:27.5132408Z 
2023-09-21T13:03:27.5132793Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.remove
2023-09-21T13:03:27.5133781Z _node' on page 89 undefined on input line 7565.
2023-09-21T13:03:27.5134104Z 
2023-09-21T13:03:27.5134116Z 
2023-09-21T13:03:27.5134453Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5135214Z ._f_remove' on page 89 undefined on input line 7565.
2023-09-21T13:03:27.5135546Z 
2023-09-21T13:03:27.5135558Z 
2023-09-21T13:03:27.5135883Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.del_no
2023-09-21T13:03:27.5136627Z de_attr' on page 89 undefined on input line 7566.
2023-09-21T13:03:27.5136954Z 
2023-09-21T13:03:27.5136965Z 
2023-09-21T13:03:27.5137302Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5138053Z ._f_delattr' on page 89 undefined on input line 7567.
2023-09-21T13:03:27.5138384Z 
2023-09-21T13:03:27.5403590Z [89]
2023-09-21T13:03:27.5405896Z 
2023-09-21T13:03:27.5408735Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:fileclassdescr' on
2023-09-21T13:03:27.5411463Z  page 90 undefined on input line 7648.
2023-09-21T13:03:27.5413619Z 
2023-09-21T13:03:27.5413650Z 
2023-09-21T13:03:27.5414115Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.set_no
2023-09-21T13:03:27.5416987Z de_attr' on page 90 undefined on input line 7650.
2023-09-21T13:03:27.5417414Z 
2023-09-21T13:03:27.5417429Z 
2023-09-21T13:03:27.5419657Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5422085Z ._v_attrs' on page 90 undefined on input line 7651.
2023-09-21T13:03:27.5422354Z 
2023-09-21T13:03:27.5422363Z 
2023-09-21T13:03:27.5422617Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_no
2023-09-21T13:03:27.5424612Z de' on page 90 undefined on input line 7657.
2023-09-21T13:03:27.5426044Z 
2023-09-21T13:03:27.5426080Z 
2023-09-21T13:03:27.5426356Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.5428137Z p._f_get_child' on page 90 undefined on input line 7657.
2023-09-21T13:03:27.5428453Z 
2023-09-21T13:03:27.5428462Z 
2023-09-21T13:03:27.5428710Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5430416Z ' on page 90 undefined on input line 7697.
2023-09-21T13:03:27.5430672Z 
2023-09-21T13:03:27.5430680Z 
2023-09-21T13:03:27.5430932Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.5432639Z p' on page 90 undefined on input line 7698.
2023-09-21T13:03:27.5432886Z 
2023-09-21T13:03:27.5432895Z 
2023-09-21T13:03:27.5434265Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:27.5434899Z descr' on page 90 undefined on input line 7703.
2023-09-21T13:03:27.5436252Z 
2023-09-21T13:03:27.5436269Z 
2023-09-21T13:03:27.5436536Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:arrayclass
2023-09-21T13:03:27.5438784Z descr' on page 90 undefined on input line 7704.
2023-09-21T13:03:27.5440628Z 
2023-09-21T13:03:27.5440641Z 
2023-09-21T13:03:27.5440896Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:carrayclas
2023-09-21T13:03:27.5442629Z sdescr' on page 90 undefined on input line 7704.
2023-09-21T13:03:27.5442871Z 
2023-09-21T13:03:27.5442880Z 
2023-09-21T13:03:27.5444254Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:27.5444889Z sdescr' on page 90 undefined on input line 7705.
2023-09-21T13:03:27.5446306Z 
2023-09-21T13:03:27.5446315Z 
2023-09-21T13:03:27.5446566Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:vlarraycla
2023-09-21T13:03:27.5448280Z ssdescr' on page 90 undefined on input line 7705.
2023-09-21T13:03:27.5448539Z 
2023-09-21T13:03:27.5448547Z 
2023-09-21T13:03:27.5448799Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:unimplementedc
2023-09-21T13:03:27.5450603Z lassdescr' on page 90 undefined on input line 7707.
2023-09-21T13:03:27.5450883Z 
2023-09-21T13:03:27.5496426Z [90]
2023-09-21T13:03:27.5496627Z 
2023-09-21T13:03:27.5498100Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.5498756Z scr' on page 91 undefined on input line 7713.
2023-09-21T13:03:27.5500190Z 
2023-09-21T13:03:27.5500210Z 
2023-09-21T13:03:27.5500473Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.5502201Z ' on page 91 undefined on input line 7839.
2023-09-21T13:03:27.5502444Z 
2023-09-21T13:03:27.5601645Z [91]
2023-09-21T13:03:27.5601841Z 
2023-09-21T13:03:27.5602089Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:27.5602703Z scr' on page 92 undefined on input line 7917.
2023-09-21T13:03:27.5602935Z 
2023-09-21T13:03:27.5602944Z 
2023-09-21T13:03:27.5603190Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:27.5603769Z setclassdescr' on page 92 undefined on input line 7926.
2023-09-21T13:03:27.5604038Z 
2023-09-21T13:03:27.5604046Z 
2023-09-21T13:03:27.5604275Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5604820Z ._v_attrs' on page 92 undefined on input line 7927.
2023-09-21T13:03:27.5605057Z 
2023-09-21T13:03:27.5605065Z 
2023-09-21T13:03:27.5605310Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5605840Z ._v_name' on page 92 undefined on input line 7940.
2023-09-21T13:03:27.5606076Z 
2023-09-21T13:03:27.5606084Z 
2023-09-21T13:03:27.5606310Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5606858Z ._v_objectid' on page 92 undefined on input line 7953.
2023-09-21T13:03:27.5607102Z 
2023-09-21T13:03:27.5607110Z 
2023-09-21T13:03:27.5607349Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5607890Z ._v_title' on page 92 undefined on input line 7969.
2023-09-21T13:03:27.5608133Z 
2023-09-21T13:03:27.5608141Z 
2023-09-21T13:03:27.5608369Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Leaf
2023-09-21T13:03:27.5608906Z ._f_close' on page 92 undefined on input line 7987.
2023-09-21T13:03:27.5609140Z 
2023-09-21T13:03:27.5609148Z 
2023-09-21T13:03:27.5609389Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5609924Z ._f_copy' on page 92 undefined on input line 8002.
2023-09-21T13:03:27.5610159Z 
2023-09-21T13:03:27.5610167Z 
2023-09-21T13:03:27.5610397Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.5610911Z ' on page 92 undefined on input line 8022.
2023-09-21T13:03:27.5611136Z 
2023-09-21T13:03:27.5611144Z 
2023-09-21T13:03:27.5611388Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:27.5612214Z scr' on page 92 undefined on input line 8024.
2023-09-21T13:03:27.5612443Z 
2023-09-21T13:03:27.5709757Z [92]
2023-09-21T13:03:27.5710242Z 
2023-09-21T13:03:27.5710509Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5711156Z ._f_isvisible' on page 93 undefined on input line 8100.
2023-09-21T13:03:27.5711407Z 
2023-09-21T13:03:27.5711416Z 
2023-09-21T13:03:27.5711658Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5712185Z ._f_move' on page 93 undefined on input line 8115.
2023-09-21T13:03:27.5712429Z 
2023-09-21T13:03:27.5712438Z 
2023-09-21T13:03:27.5712681Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5713221Z ._f_rename' on page 93 undefined on input line 8130.
2023-09-21T13:03:27.5713463Z 
2023-09-21T13:03:27.5713471Z 
2023-09-21T13:03:27.5713716Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5714255Z ._f_remove' on page 93 undefined on input line 8146.
2023-09-21T13:03:27.5714494Z 
2023-09-21T13:03:27.5714508Z 
2023-09-21T13:03:27.5714751Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5715292Z ._f_getattr' on page 93 undefined on input line 8162.
2023-09-21T13:03:27.5715531Z 
2023-09-21T13:03:27.5715540Z 
2023-09-21T13:03:27.5715781Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5716311Z ._f_setattr' on page 93 undefined on input line 8177.
2023-09-21T13:03:27.5716548Z 
2023-09-21T13:03:27.5803621Z [93]
2023-09-21T13:03:27.5803817Z 
2023-09-21T13:03:27.5804085Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Node
2023-09-21T13:03:27.5804711Z ._f_close' on page 94 undefined on input line 8245.
2023-09-21T13:03:27.5804950Z 
2023-09-21T13:03:27.5804959Z 
2023-09-21T13:03:27.5805204Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:27.5805734Z scr' on page 94 undefined on input line 8270.
2023-09-21T13:03:27.5805964Z 
2023-09-21T13:03:27.5805983Z 
2023-09-21T13:03:27.5806224Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.5806742Z escr' on page 94 undefined on input line 8278.
2023-09-21T13:03:27.5806975Z 
2023-09-21T13:03:27.5806984Z 
2023-09-21T13:03:27.5807227Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.5807723Z le' on page 94 undefined on input line 8286.
2023-09-21T13:03:27.5807950Z 
2023-09-21T13:03:27.5807958Z 
2023-09-21T13:03:27.5808199Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.5808739Z le.where' on page 94 undefined on input line 8296.
2023-09-21T13:03:27.5808979Z 
2023-09-21T13:03:27.5808987Z 
2023-09-21T13:03:27.5809227Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:27.5809741Z scr' on page 94 undefined on input line 8305.
2023-09-21T13:03:27.5809970Z 
2023-09-21T13:03:27.5809978Z 
2023-09-21T13:03:27.5810221Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.5810750Z le.cols' on page 94 undefined on input line 8312.
2023-09-21T13:03:27.5810983Z 
2023-09-21T13:03:27.5810991Z 
2023-09-21T13:03:27.5811232Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.5811748Z sdescr' on page 94 undefined on input line 8314.
2023-09-21T13:03:27.5811985Z 
2023-09-21T13:03:27.5811992Z 
2023-09-21T13:03:27.5812230Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.5812743Z p' on page 94 undefined on input line 8322.
2023-09-21T13:03:27.5812968Z 
2023-09-21T13:03:27.5883751Z [94]
2023-09-21T13:03:27.5883938Z 
2023-09-21T13:03:27.5884191Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.5885098Z ' on page 95 undefined on input line 8345.
2023-09-21T13:03:27.5885323Z 
2023-09-21T13:03:27.5885332Z 
2023-09-21T13:03:27.5885575Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:27.5886274Z scr' on page 95 undefined on input line 8392.
2023-09-21T13:03:27.5886503Z 
2023-09-21T13:03:27.5886511Z 
2023-09-21T13:03:27.5886739Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.5887269Z escr' on page 95 undefined on input line 8406.
2023-09-21T13:03:27.5887501Z 
2023-09-21T13:03:27.5887509Z 
2023-09-21T13:03:27.5887752Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.5888280Z sdescr' on page 95 undefined on input line 8455.
2023-09-21T13:03:27.5888515Z 
2023-09-21T13:03:27.5888524Z 
2023-09-21T13:03:27.5888749Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.5889261Z escr' on page 95 undefined on input line 8455.
2023-09-21T13:03:27.5889497Z 
2023-09-21T13:03:27.5970260Z [95]
2023-09-21T13:03:27.5970473Z 
2023-09-21T13:03:27.5970751Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.5971393Z sdescr' on page 96 undefined on input line 8500.
2023-09-21T13:03:27.5971637Z 
2023-09-21T13:03:27.5971646Z 
2023-09-21T13:03:27.5971892Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.5972436Z escr' on page 96 undefined on input line 8501.
2023-09-21T13:03:27.5972669Z 
2023-09-21T13:03:27.5972678Z 
2023-09-21T13:03:27.5972922Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.5973458Z nclassdescr' on page 96 undefined on input line 8525.
2023-09-21T13:03:27.5973710Z 
2023-09-21T13:03:27.5973719Z 
2023-09-21T13:03:27.5973966Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:27.5974494Z scr' on page 96 undefined on input line 8634.
2023-09-21T13:03:27.5974731Z 
2023-09-21T13:03:27.6209090Z [96]
2023-09-21T13:03:27.6209355Z 
2023-09-21T13:03:27.6209632Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6210403Z le.read' on page 97 undefined on input line 8681.
2023-09-21T13:03:27.6211191Z 
2023-09-21T13:03:27.6211203Z 
2023-09-21T13:03:27.6211457Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6212440Z le.__iter__' on page 97 undefined on input line 8697.
2023-09-21T13:03:27.6212689Z 
2023-09-21T13:03:27.6212698Z 
2023-09-21T13:03:27.6212934Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6213483Z le.append' on page 97 undefined on input line 8705.
2023-09-21T13:03:27.6213729Z 
2023-09-21T13:03:27.6213737Z 
2023-09-21T13:03:27.6213980Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6214537Z le.remove_rows' on page 97 undefined on input line 8705.
2023-09-21T13:03:27.6214804Z 
2023-09-21T13:03:27.6214812Z 
2023-09-21T13:03:27.6215040Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.6215620Z leextension.Row' on page 97 undefined on input line 8713.
2023-09-21T13:03:27.6215877Z 
2023-09-21T13:03:27.6215885Z 
2023-09-21T13:03:27.6216125Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6216663Z le.read' on page 97 undefined on input line 8766.
2023-09-21T13:03:27.6216902Z 
2023-09-21T13:03:27.6404506Z [97]
2023-09-21T13:03:27.6404795Z 
2023-09-21T13:03:27.6405085Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6405826Z le.read' on page 98 undefined on input line 8863.
2023-09-21T13:03:27.6406071Z 
2023-09-21T13:03:27.6577836Z [98]
2023-09-21T13:03:27.6578097Z 
2023-09-21T13:03:27.6578379Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6579602Z le.read' on page 99 undefined on input line 8898.
2023-09-21T13:03:27.6579846Z 
2023-09-21T13:03:27.6579856Z 
2023-09-21T13:03:27.6580290Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6580852Z le.read' on page 99 undefined on input line 8949.
2023-09-21T13:03:27.6581091Z 
2023-09-21T13:03:27.6581099Z 
2023-09-21T13:03:27.6581331Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6581917Z le.read_coordinates' on page 99 undefined on input line 8949.
2023-09-21T13:03:27.6582178Z 
2023-09-21T13:03:27.6582186Z 
2023-09-21T13:03:27.6582429Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.6582983Z le.iterrows' on page 99 undefined on input line 8964.
2023-09-21T13:03:27.6583228Z 
2023-09-21T13:03:27.6583236Z 
2023-09-21T13:03:27.6583461Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.6584031Z leextension.Row' on page 99 undefined on input line 8971.
2023-09-21T13:03:27.6584295Z 
2023-09-21T13:03:27.7053329Z [99] [100]
2023-09-21T13:03:27.7053622Z 
2023-09-21T13:03:27.7053909Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7054883Z le.append' on page 101 undefined on input line 9107.
2023-09-21T13:03:27.7055144Z 
2023-09-21T13:03:27.7055153Z 
2023-09-21T13:03:27.7055404Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7055964Z le.append' on page 101 undefined on input line 9129.
2023-09-21T13:03:27.7056397Z 
2023-09-21T13:03:27.7343776Z [101]
2023-09-21T13:03:27.7344084Z 
2023-09-21T13:03:27.7344638Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7345622Z le.remove_row' on page 102 undefined on input line 9213.
2023-09-21T13:03:27.7345952Z 
2023-09-21T13:03:27.7510655Z [102]
2023-09-21T13:03:27.7510913Z 
2023-09-21T13:03:27.7511202Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7512012Z le.modify_rows' on page 103 undefined on input line 9318.
2023-09-21T13:03:27.7512293Z 
2023-09-21T13:03:27.7512302Z 
2023-09-21T13:03:27.7512551Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7513153Z le.modify_coordinates' on page 103 undefined on input line 9318.
2023-09-21T13:03:27.7513425Z 
2023-09-21T13:03:27.7513433Z 
2023-09-21T13:03:27.7513681Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7514213Z le.where' on page 103 undefined on input line 9343.
2023-09-21T13:03:27.7514454Z 
2023-09-21T13:03:27.7514463Z 
2023-09-21T13:03:27.7514707Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7515241Z le.read' on page 103 undefined on input line 9358.
2023-09-21T13:03:27.7515478Z 
2023-09-21T13:03:27.7515485Z 
2023-09-21T13:03:27.7515726Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7516265Z le.where' on page 103 undefined on input line 9364.
2023-09-21T13:03:27.7516512Z 
2023-09-21T13:03:27.7516519Z 
2023-09-21T13:03:27.7516761Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowclassde
2023-09-21T13:03:27.7517282Z scr' on page 103 undefined on input line 9379.
2023-09-21T13:03:27.7517513Z 
2023-09-21T13:03:27.7517521Z 
2023-09-21T13:03:27.7517761Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.7518272Z sdescr' on page 103 undefined on input line 9386.
2023-09-21T13:03:27.7518507Z 
2023-09-21T13:03:27.7791663Z [103]
2023-09-21T13:03:27.7792052Z 
2023-09-21T13:03:27.7792519Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7793702Z le.append' on page 104 undefined on input line 9421.
2023-09-21T13:03:27.7794117Z 
2023-09-21T13:03:27.7794133Z 
2023-09-21T13:03:27.7794545Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7796498Z le.remove_rows' on page 104 undefined on input line 9421.
2023-09-21T13:03:27.7797167Z 
2023-09-21T13:03:27.7797181Z 
2023-09-21T13:03:27.7797587Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7798497Z le.where' on page 104 undefined on input line 9498.
2023-09-21T13:03:27.7798889Z 
2023-09-21T13:03:27.7888228Z [104]
2023-09-21T13:03:27.7888499Z 
2023-09-21T13:03:27.7888764Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7889470Z le.where' on page 105 undefined on input line 9520.
2023-09-21T13:03:27.7889717Z 
2023-09-21T13:03:27.7889726Z 
2023-09-21T13:03:27.7889980Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Leaf
2023-09-21T13:03:27.7890522Z .copy' on page 105 undefined on input line 9546.
2023-09-21T13:03:27.7890743Z 
2023-09-21T13:03:27.7890769Z 
2023-09-21T13:03:27.7891018Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7891631Z le.autoindex' on page 105 undefined on input line 9590.
2023-09-21T13:03:27.7891898Z 
2023-09-21T13:03:27.7891907Z 
2023-09-21T13:03:27.7892149Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7892677Z le' on page 105 undefined on input line 9591.
2023-09-21T13:03:27.7892904Z 
2023-09-21T13:03:27.7892928Z 
2023-09-21T13:03:27.7893163Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:27.7893680Z ' on page 105 undefined on input line 9607.
2023-09-21T13:03:27.7893904Z 
2023-09-21T13:03:27.7893913Z 
2023-09-21T13:03:27.7894155Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7894707Z le.autoindex' on page 105 undefined on input line 9641.
2023-09-21T13:03:27.7894943Z 
2023-09-21T13:03:27.7894966Z 
2023-09-21T13:03:27.7895189Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7895712Z le' on page 105 undefined on input line 9642.
2023-09-21T13:03:27.7895946Z 
2023-09-21T13:03:27.7895954Z 
2023-09-21T13:03:27.7896197Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.7896756Z le.remove_rows' on page 105 undefined on input line 9644.
2023-09-21T13:03:27.7897004Z 
2023-09-21T13:03:27.7985904Z [105]
2023-09-21T13:03:27.7986122Z 
2023-09-21T13:03:27.7986402Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:27.7987103Z descr' on page 106 undefined on input line 9663.
2023-09-21T13:03:27.7987346Z 
2023-09-21T13:03:27.7987355Z 
2023-09-21T13:03:27.7987609Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.7988127Z escr' on page 106 undefined on input line 9665.
2023-09-21T13:03:27.7988360Z 
2023-09-21T13:03:27.7988368Z 
2023-09-21T13:03:27.7988613Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.7989173Z escr' on page 106 undefined on input line 9674.
2023-09-21T13:03:27.7989412Z 
2023-09-21T13:03:27.7989420Z 
2023-09-21T13:03:27.7989658Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.7990167Z escr' on page 106 undefined on input line 9686.
2023-09-21T13:03:27.7990396Z 
2023-09-21T13:03:27.7990405Z 
2023-09-21T13:03:27.7990645Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.7991203Z nclassdescr' on page 106 undefined on input line 9687.
2023-09-21T13:03:27.7991456Z 
2023-09-21T13:03:27.8069329Z [106]
2023-09-21T13:03:27.8069534Z 
2023-09-21T13:03:27.8069791Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Des
2023-09-21T13:03:27.8070470Z cription._v_names' on page 107 undefined on input line 9879.
2023-09-21T13:03:27.8070731Z 
2023-09-21T13:03:27.8263100Z [107]
2023-09-21T13:03:27.8263359Z 
2023-09-21T13:03:27.8264032Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.8265008Z leextension.Row.append' on page 108 undefined on input line 10013.
2023-09-21T13:03:27.8265493Z 
2023-09-21T13:03:27.8265503Z 
2023-09-21T13:03:27.8265756Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:rowspecial
2023-09-21T13:03:27.8266320Z methods' on page 108 undefined on input line 10043.
2023-09-21T13:03:27.8266567Z 
2023-09-21T13:03:27.8266576Z 
2023-09-21T13:03:27.8266822Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.8267414Z leextension.Row.update' on page 108 undefined on input line 10079.
2023-09-21T13:03:27.8267697Z 
2023-09-21T13:03:27.8658660Z [108]
2023-09-21T13:03:27.8658936Z 
2023-09-21T13:03:27.8659231Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.8660091Z leextension.Row.append' on page 109 undefined on input line 10194.
2023-09-21T13:03:27.8660407Z 
2023-09-21T13:03:27.8660416Z 
2023-09-21T13:03:27.8660653Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.tab
2023-09-21T13:03:27.8661284Z leextension.Row.update' on page 109 undefined on input line 10194.
2023-09-21T13:03:27.8661565Z 
2023-09-21T13:03:27.8787437Z [109]
2023-09-21T13:03:27.8787744Z 
2023-09-21T13:03:27.8788140Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:27.8789086Z escr' on page 110 undefined on input line 10235.
2023-09-21T13:03:27.8789423Z 
2023-09-21T13:03:27.8789436Z 
2023-09-21T13:03:27.8789778Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.8790540Z sdescr' on page 110 undefined on input line 10238.
2023-09-21T13:03:27.8790867Z 
2023-09-21T13:03:27.8790878Z 
2023-09-21T13:03:27.8791219Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.8791971Z s._v_colnames' on page 110 undefined on input line 10267.
2023-09-21T13:03:27.8792334Z 
2023-09-21T13:03:27.8792345Z 
2023-09-21T13:03:27.8792677Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.8793463Z nclassdescr' on page 110 undefined on input line 10280.
2023-09-21T13:03:27.8793807Z 
2023-09-21T13:03:27.8977547Z [110]
2023-09-21T13:03:27.8977738Z 
2023-09-21T13:03:27.8978009Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:27.8978716Z descr' on page 111 undefined on input line 10298.
2023-09-21T13:03:27.8978946Z 
2023-09-21T13:03:27.8978972Z 
2023-09-21T13:03:27.8979205Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:27.8979757Z sdescr' on page 111 undefined on input line 10316.
2023-09-21T13:03:27.8980003Z 
2023-09-21T13:03:27.8980012Z 
2023-09-21T13:03:27.8980258Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.8980796Z escr' on page 111 undefined on input line 10318.
2023-09-21T13:03:27.8981043Z 
2023-09-21T13:03:27.8981051Z 
2023-09-21T13:03:27.8981277Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.8981836Z le.read' on page 111 undefined on input line 10361.
2023-09-21T13:03:27.8982079Z 
2023-09-21T13:03:27.9143997Z [111]
2023-09-21T13:03:27.9144207Z 
2023-09-21T13:03:27.9144642Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9145378Z le.modify_rows' on page 112 undefined on input line 10408.
2023-09-21T13:03:27.9145636Z 
2023-09-21T13:03:27.9145645Z 
2023-09-21T13:03:27.9145893Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9146473Z le.modify_column' on page 112 undefined on input line 10409.
2023-09-21T13:03:27.9146735Z 
2023-09-21T13:03:27.9146743Z 
2023-09-21T13:03:27.9147216Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:colsclassd
2023-09-21T13:03:27.9148678Z escr' on page 112 undefined on input line 10430.
2023-09-21T13:03:27.9149270Z 
2023-09-21T13:03:27.9149282Z 
2023-09-21T13:03:27.9149745Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:descriptio
2023-09-21T13:03:27.9150345Z nclassdescr' on page 112 undefined on input line 10441.
2023-09-21T13:03:27.9150601Z 
2023-09-21T13:03:27.9150612Z 
2023-09-21T13:03:27.9150858Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:27.9151381Z escr' on page 112 undefined on input line 10479.
2023-09-21T13:03:27.9151619Z 
2023-09-21T13:03:27.9248416Z [112]
2023-09-21T13:03:27.9248648Z 
2023-09-21T13:03:27.9249222Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:indexclassdesc
2023-09-21T13:03:27.9250179Z r' on page 113 undefined on input line 10526.
2023-09-21T13:03:27.9250417Z 
2023-09-21T13:03:27.9250429Z 
2023-09-21T13:03:27.9250663Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:27.9251228Z descr' on page 113 undefined on input line 10576.
2023-09-21T13:03:27.9251466Z 
2023-09-21T13:03:27.9251475Z 
2023-09-21T13:03:27.9251736Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.9252326Z umn.create_csindex' on page 113 undefined on input line 10609.
2023-09-21T13:03:27.9252591Z 
2023-09-21T13:03:27.9252599Z 
2023-09-21T13:03:27.9252826Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.9253399Z umn.create_csindex' on page 113 undefined on input line 10638.
2023-09-21T13:03:27.9253656Z 
2023-09-21T13:03:27.9253664Z 
2023-09-21T13:03:27.9253906Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:27.9254640Z ' on page 113 undefined on input line 10644.
2023-09-21T13:03:27.9254868Z 
2023-09-21T13:03:27.9333747Z [113]
2023-09-21T13:03:27.9333950Z 
2023-09-21T13:03:27.9334227Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9334951Z le.itersorted' on page 114 undefined on input line 10677.
2023-09-21T13:03:27.9335210Z 
2023-09-21T13:03:27.9335231Z 
2023-09-21T13:03:27.9335482Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9336042Z le.read_sorted' on page 114 undefined on input line 10677.
2023-09-21T13:03:27.9336294Z 
2023-09-21T13:03:27.9336303Z 
2023-09-21T13:03:27.9336545Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.9337122Z umn.create_index' on page 114 undefined on input line 10682.
2023-09-21T13:03:27.9337378Z 
2023-09-21T13:03:27.9337386Z 
2023-09-21T13:03:27.9337629Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9338189Z le.autoindex' on page 114 undefined on input line 10721.
2023-09-21T13:03:27.9338427Z 
2023-09-21T13:03:27.9338436Z 
2023-09-21T13:03:27.9338678Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:27.9339251Z le.remove_rows' on page 114 undefined on input line 10723.
2023-09-21T13:03:27.9339499Z 
2023-09-21T13:03:27.9339516Z 
2023-09-21T13:03:27.9339756Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:27.9340323Z umn.create_index' on page 114 undefined on input line 10742.
2023-09-21T13:03:27.9340565Z 
2023-09-21T13:03:27.9794447Z [114] [115]
2023-09-21T13:03:27.9794718Z 
2023-09-21T13:03:27.9795008Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:27.9795790Z sdescr' on page 116 undefined on input line 10878.
2023-09-21T13:03:27.9796035Z 
2023-09-21T13:03:27.9796046Z 
2023-09-21T13:03:27.9796297Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:carrayclas
2023-09-21T13:03:27.9796834Z sdescr' on page 116 undefined on input line 10880.
2023-09-21T13:03:27.9797074Z 
2023-09-21T13:03:27.9797084Z 
2023-09-21T13:03:27.9797329Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:27.9798264Z scr' on page 116 undefined on input line 10890.
2023-09-21T13:03:27.9798681Z 
2023-09-21T13:03:27.9798690Z 
2023-09-21T13:03:27.9798934Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:27.9799492Z p' on page 116 undefined on input line 10901.
2023-09-21T13:03:27.9799729Z 
2023-09-21T13:03:27.9943893Z [116]
2023-09-21T13:03:27.9944139Z 
2023-09-21T13:03:27.9944555Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:27.9945294Z descr' on page 117 undefined on input line 10967.
2023-09-21T13:03:27.9945526Z 
2023-09-21T13:03:27.9945556Z 
2023-09-21T13:03:27.9945792Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:27.9946331Z ' on page 117 undefined on input line 11024.
2023-09-21T13:03:27.9946560Z 
2023-09-21T13:03:27.9946569Z 
2023-09-21T13:03:27.9946817Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:27.9947394Z ay.__iter__' on page 117 undefined on input line 11046.
2023-09-21T13:03:27.9947632Z 
2023-09-21T13:03:28.0180341Z [117]
2023-09-21T13:03:28.0180620Z 
2023-09-21T13:03:28.0180911Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:28.0181621Z ay' on page 118 undefined on input line 11121.
2023-09-21T13:03:28.0181859Z 
2023-09-21T13:03:28.0181869Z 
2023-09-21T13:03:28.0182119Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.Arr
2023-09-21T13:03:28.0182671Z ay.iterrows' on page 118 undefined on input line 11170.
2023-09-21T13:03:28.0182919Z 
2023-09-21T13:03:28.0353971Z [118]
2023-09-21T13:03:28.0354287Z 
2023-09-21T13:03:28.0354683Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:arrayclass
2023-09-21T13:03:28.0355620Z descr' on page 119 undefined on input line 11247.
2023-09-21T13:03:28.0355938Z 
2023-09-21T13:03:28.0355952Z 
2023-09-21T13:03:28.0356297Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:28.0357057Z p' on page 119 undefined on input line 11261.
2023-09-21T13:03:28.0357392Z 
2023-09-21T13:03:28.0632352Z [119] [120]
2023-09-21T13:03:28.0632700Z 
2023-09-21T13:03:28.0633126Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:carrayclas
2023-09-21T13:03:28.0634171Z sdescr' on page 121 undefined on input line 11386.
2023-09-21T13:03:28.0634548Z 
2023-09-21T13:03:28.0634563Z 
2023-09-21T13:03:28.0634947Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Leaf
2023-09-21T13:03:28.0635792Z .extdim' on page 121 undefined on input line 11388.
2023-09-21T13:03:28.0636166Z 
2023-09-21T13:03:28.0636180Z 
2023-09-21T13:03:28.0636550Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Leaf
2023-09-21T13:03:28.0637338Z ' on page 121 undefined on input line 11389.
2023-09-21T13:03:28.0637686Z 
2023-09-21T13:03:28.0637700Z 
2023-09-21T13:03:28.0638078Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.EAr
2023-09-21T13:03:28.0638960Z ray.append' on page 121 undefined on input line 11394.
2023-09-21T13:03:28.0639369Z 
2023-09-21T13:03:28.0639382Z 
2023-09-21T13:03:28.0639755Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:28.0640546Z p' on page 121 undefined on input line 11401.
2023-09-21T13:03:28.0640900Z 
2023-09-21T13:03:28.0876196Z [121]
2023-09-21T13:03:28.0876504Z 
2023-09-21T13:03:28.0876892Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:28.0877833Z descr' on page 122 undefined on input line 11557.
2023-09-21T13:03:28.0878172Z 
2023-09-21T13:03:28.0878186Z 
2023-09-21T13:03:28.0878512Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:28.0879251Z scr' on page 122 undefined on input line 11570.
2023-09-21T13:03:28.0879594Z 
2023-09-21T13:03:28.0936945Z [122]
2023-09-21T13:03:28.0937561Z 
2023-09-21T13:03:28.0937847Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:tables.Grou
2023-09-21T13:03:28.0938681Z p' on page 123 undefined on input line 11588.
2023-09-21T13:03:28.0938919Z 
2023-09-21T13:03:28.1218091Z [123]
2023-09-21T13:03:28.1218688Z Overfull \vbox (2.7787pt too high) detected at line 11725
2023-09-21T13:03:28.1305092Z [124]
2023-09-21T13:03:28.1305322Z 
2023-09-21T13:03:28.1305654Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:28.1306525Z scr' on page 125 undefined on input line 11730.
2023-09-21T13:03:28.1306810Z 
2023-09-21T13:03:28.1306823Z 
2023-09-21T13:03:28.1307118Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:28.1307747Z descr' on page 125 undefined on input line 11739.
2023-09-21T13:03:28.1308031Z 
2023-09-21T13:03:28.1449665Z [125]
2023-09-21T13:03:28.1449946Z 
2023-09-21T13:03:28.1450300Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:28.1451169Z ' on page 126 undefined on input line 11878.
2023-09-21T13:03:28.1451461Z 
2023-09-21T13:03:28.1451497Z 
2023-09-21T13:03:28.1451794Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.1452507Z rray.__iter__' on page 126 undefined on input line 11899.
2023-09-21T13:03:28.1452812Z 
2023-09-21T13:03:28.1672942Z [126]
2023-09-21T13:03:28.1673234Z 
2023-09-21T13:03:28.1673625Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.1674543Z rray' on page 127 undefined on input line 11975.
2023-09-21T13:03:28.1674879Z 
2023-09-21T13:03:28.1674892Z 
2023-09-21T13:03:28.1675236Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.1676024Z rray.iterrows' on page 127 undefined on input line 12024.
2023-09-21T13:03:28.1676378Z 
2023-09-21T13:03:28.1836896Z [127]
2023-09-21T13:03:28.1837104Z 
2023-09-21T13:03:28.1837590Z LaTeX Warning: Hyper reference `usersguide/tutorials:linkstutorial' on page 128
2023-09-21T13:03:28.1838066Z  undefined on input line 12120.
2023-09-21T13:03:28.1838295Z 
2023-09-21T13:03:28.2215538Z [128] [129]
2023-09-21T13:03:28.2215829Z 
2023-09-21T13:03:28.2216214Z LaTeX Warning: Hyper reference `usersguide/libref/link_classes:tables.link.Exte
2023-09-21T13:03:28.2217195Z rnalLink.__call__' on page 130 undefined on input line 12372.
2023-09-21T13:03:28.2217576Z 
2023-09-21T13:03:28.2538196Z [130] [131]
2023-09-21T13:03:28.2539020Z Underfull \hbox (badness 10000) in paragraph at lines 12521--12523
2023-09-21T13:03:28.2539673Z []\T1/txtt/bx/n/10 class. \T1/qtm/m/n/10 (\T1/txtt/m/sl/10 The following are th
2023-09-21T13:03:28.2540224Z e public methods and attributes of the
2023-09-21T13:03:28.3496589Z [132] [133] [134] [135]
2023-09-21T13:03:28.3496870Z 
2023-09-21T13:03:28.3497166Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:28.3497912Z ' on page 136 undefined on input line 13135.
2023-09-21T13:03:28.3498177Z 
2023-09-21T13:03:28.3899072Z [136] [137]
2023-09-21T13:03:28.3899351Z 
2023-09-21T13:03:28.3899714Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:vlarraycla
2023-09-21T13:03:28.3900601Z ssdescr' on page 138 undefined on input line 13254.
2023-09-21T13:03:28.3900927Z 
2023-09-21T13:03:28.3900939Z 
2023-09-21T13:03:28.3901218Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.3901905Z rray.append' on page 138 undefined on input line 13285.
2023-09-21T13:03:28.3902210Z 
2023-09-21T13:03:28.4038898Z [138]
2023-09-21T13:03:28.4039139Z 
2023-09-21T13:03:28.4039481Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:tables.VLA
2023-09-21T13:03:28.4040656Z rray.append' on page 139 undefined on input line 13322.
2023-09-21T13:03:28.4040983Z 
2023-09-21T13:03:28.4040995Z 
2023-09-21T13:03:28.4041305Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:vlunicode
2023-09-21T13:03:28.4042359Z atom' on page 139 undefined on input line 13338.
2023-09-21T13:03:28.4042652Z 
2023-09-21T13:03:28.4042663Z 
2023-09-21T13:03:28.4043168Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:vlstringa
2023-09-21T13:03:28.4043838Z tom' on page 139 undefined on input line 13375.
2023-09-21T13:03:28.4044121Z 
2023-09-21T13:03:28.4133760Z [139]
2023-09-21T13:03:28.4133974Z 
2023-09-21T13:03:28.4134263Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:28.4134952Z descr' on page 140 undefined on input line 13432.
2023-09-21T13:03:28.4135198Z 
2023-09-21T13:03:28.4135207Z 
2023-09-21T13:03:28.4135462Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:isdescrip
2023-09-21T13:03:28.4136051Z tionclassdescr' on page 140 undefined on input line 13435.
2023-09-21T13:03:28.4136296Z 
2023-09-21T13:03:28.4136321Z 
2023-09-21T13:03:28.4136550Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:28.4137139Z setclassdescr' on page 140 undefined on input line 13479.
2023-09-21T13:03:28.4137395Z 
2023-09-21T13:03:28.4137416Z 
2023-09-21T13:03:28.4137677Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:attribute
2023-09-21T13:03:28.4138248Z setclassdescr' on page 140 undefined on input line 13515.
2023-09-21T13:03:28.4138483Z 
2023-09-21T13:03:28.4486332Z [140] [141] [142]
2023-09-21T13:03:28.4486594Z 
2023-09-21T13:03:28.4486877Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:28.4487590Z descr' on page 143 undefined on input line 13935.
2023-09-21T13:03:28.4487835Z 
2023-09-21T13:03:28.4487844Z 
2023-09-21T13:03:28.4488095Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:28.4488626Z escr' on page 143 undefined on input line 13944.
2023-09-21T13:03:28.4488867Z 
2023-09-21T13:03:28.4702321Z [143]
2023-09-21T13:03:28.4702546Z 
2023-09-21T13:03:28.4702828Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:28.4703585Z escr' on page 144 undefined on input line 14042.
2023-09-21T13:03:28.4703830Z 
2023-09-21T13:03:28.4981552Z [144] [145]
2023-09-21T13:03:28.4981950Z 
2023-09-21T13:03:28.4982336Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:nodeclassde
2023-09-21T13:03:28.4983324Z scr' on page 146 undefined on input line 14235.
2023-09-21T13:03:28.4983654Z 
2023-09-21T13:03:28.5440934Z [146] [147] [148]
2023-09-21T13:03:28.5441969Z 
2023-09-21T13:03:28.5447393Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tableclass
2023-09-21T13:03:28.5448933Z descr' on page 149 undefined on input line 14551.
2023-09-21T13:03:28.5449579Z 
2023-09-21T13:03:28.5449859Z 
2023-09-21T13:03:28.5518417Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:groupclassd
2023-09-21T13:03:28.5519048Z escr' on page 149 undefined on input line 14552.
2023-09-21T13:03:28.5519292Z 
2023-09-21T13:03:28.5519328Z 
2023-09-21T13:03:28.5519581Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:tables.At
2023-09-21T13:03:28.5520137Z om' on page 149 undefined on input line 14579.
2023-09-21T13:03:28.5520369Z 
2023-09-21T13:03:28.5547353Z [149]
2023-09-21T13:03:28.5547581Z 
2023-09-21T13:03:28.5547863Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:28.5548512Z ' on page 150 undefined on input line 14599.
2023-09-21T13:03:28.5548751Z 
2023-09-21T13:03:28.5548760Z 
2023-09-21T13:03:28.5549015Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:columnclas
2023-09-21T13:03:28.5549552Z sdescr' on page 150 undefined on input line 14637.
2023-09-21T13:03:28.5549795Z 
2023-09-21T13:03:28.5549804Z 
2023-09-21T13:03:28.5550055Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:28.5550591Z scr' on page 150 undefined on input line 14665.
2023-09-21T13:03:28.5550861Z 
2023-09-21T13:03:28.5702588Z [150]
2023-09-21T13:03:28.5702813Z 
2023-09-21T13:03:28.5703080Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.index.I
2023-09-21T13:03:28.5704191Z ndex.read_indices' on page 151 undefined on input line 14751.
2023-09-21T13:03:28.5704614Z 
2023-09-21T13:03:28.5704625Z 
2023-09-21T13:03:28.5704878Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Filters
2023-09-21T13:03:28.5705419Z ' on page 151 undefined on input line 14797.
2023-09-21T13:03:28.5705655Z 
2023-09-21T13:03:28.6304220Z [151] [152]
2023-09-21T13:03:28.6308682Z 
2023-09-21T13:03:28.6309115Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Enum.__
2023-09-21T13:03:28.6310182Z call__' on page 153 undefined on input line 15012.
2023-09-21T13:03:28.6310535Z 
2023-09-21T13:03:28.7100350Z [153] [154] [155]
2023-09-21T13:03:28.7100771Z 
2023-09-21T13:03:28.7101242Z LaTeX Warning: Hyper reference `usersguide/libref/hierarchy_classes:leafclassde
2023-09-21T13:03:28.7102517Z scr' on page 156 undefined on input line 15269.
2023-09-21T13:03:28.7102965Z 
2023-09-21T13:03:28.7195048Z [156]
2023-09-21T13:03:28.7195260Z 
2023-09-21T13:03:28.7195563Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.silence_hdf5
2023-09-21T13:03:28.7196216Z _messages' on page 157 undefined on input line 15355.
2023-09-21T13:03:28.7196470Z 
2023-09-21T13:03:28.7196480Z 
2023-09-21T13:03:28.7196735Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7197396Z Error.h5backtrace' on page 157 undefined on input line 15375.
2023-09-21T13:03:28.7197660Z 
2023-09-21T13:03:28.7197669Z 
2023-09-21T13:03:28.7197916Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7198482Z Error.h5backtrace' on page 157 undefined on input line 15380.
2023-09-21T13:03:28.7198747Z 
2023-09-21T13:03:28.7198755Z 
2023-09-21T13:03:28.7199004Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7199592Z Error.h5backtrace' on page 157 undefined on input line 15386.
2023-09-21T13:03:28.7199850Z 
2023-09-21T13:03:28.7199866Z 
2023-09-21T13:03:28.7200115Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7200824Z Error.DEFAULT_H5_BACKTRACE_POLICY' on page 157 undefined on input line 15393.
2023-09-21T13:03:28.7201082Z 
2023-09-21T13:03:28.7201090Z 
2023-09-21T13:03:28.7201374Z Underfull \hbox (badness 5847) in paragraph at lines 15391--15394
2023-09-21T13:03:28.7201927Z []\T1/qtm/m/n/10 if not set (or set to None) the de-fault pol-icy is used (see 
2023-09-21T13:03:28.7202311Z \T1/txtt/m/sl/10 HDF5ExtError.
2023-09-21T13:03:28.7202494Z 
2023-09-21T13:03:28.7202708Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7203247Z Error.h5backtrace' on page 157 undefined on input line 15410.
2023-09-21T13:03:28.7203489Z 
2023-09-21T13:03:28.7203497Z 
2023-09-21T13:03:28.7203723Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7204266Z Error.h5backtrace' on page 157 undefined on input line 15430.
2023-09-21T13:03:28.7204515Z 
2023-09-21T13:03:28.7204522Z 
2023-09-21T13:03:28.7204732Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7205446Z Error.h5backtrace' on page 157 undefined on input line 15435.
2023-09-21T13:03:28.7205703Z 
2023-09-21T13:03:28.7205711Z 
2023-09-21T13:03:28.7205953Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.HDF5Ext
2023-09-21T13:03:28.7206521Z Error.h5backtrace' on page 157 undefined on input line 15441.
2023-09-21T13:03:28.7206781Z 
2023-09-21T13:03:28.7404948Z [157] [158]
2023-09-21T13:03:28.7405150Z 
2023-09-21T13:03:28.7405855Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 159 un
2023-09-21T13:03:28.7406309Z defined on input line 15791.
2023-09-21T13:03:28.7406511Z 
2023-09-21T13:03:28.7790469Z [159] [160] [161]
2023-09-21T13:03:28.7791104Z 
2023-09-21T13:03:28.7791372Z LaTeX Warning: Hyper reference `usersguide/libref/expr_class:tables.Expr.set_ou
2023-09-21T13:03:28.7792264Z tput' on page 162 undefined on input line 16116.
2023-09-21T13:03:28.7792506Z 
2023-09-21T13:03:28.7792516Z 
2023-09-21T13:03:28.7792882Z LaTeX Warning: Hyper reference `usersguide/filenode:filenode-usersguide' on pag
2023-09-21T13:03:28.7793335Z e 162 undefined on input line 16142.
2023-09-21T13:03:28.7793548Z 
2023-09-21T13:03:28.8665010Z [162] [163] [164] [165] [166] [167] [168] [169]
2023-09-21T13:03:28.8665458Z 
2023-09-21T13:03:28.8665945Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:28.8667181Z _table' on page 170 undefined on input line 17213.
2023-09-21T13:03:28.8667610Z 
2023-09-21T13:03:28.8667626Z 
2023-09-21T13:03:28.8668067Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.create
2023-09-21T13:03:28.8669040Z _earray' on page 170 undefined on input line 17213.
2023-09-21T13:03:28.8669472Z 
2023-09-21T13:03:28.8669487Z 
2023-09-21T13:03:28.8669920Z LaTeX Warning: Hyper reference `usersguide/libref/homogenous_storage:earrayclas
2023-09-21T13:03:28.8670886Z sdescr' on page 170 undefined on input line 17214.
2023-09-21T13:03:28.8671306Z 
2023-09-21T13:03:28.8671321Z 
2023-09-21T13:03:28.8671957Z LaTeX Warning: Hyper reference `usersguide/optimization:createtime-chunksize' o
2023-09-21T13:03:28.8672763Z n page 170 undefined on input line 17261.
2023-09-21T13:03:28.8673129Z 
2023-09-21T13:03:28.8673143Z 
2023-09-21T13:03:28.8673822Z LaTeX Warning: Hyper reference `usersguide/optimization:filesizes-chunksize' on
2023-09-21T13:03:28.8674625Z  page 170 undefined on input line 17262.
2023-09-21T13:03:28.8675008Z 
2023-09-21T13:03:28.8675022Z 
2023-09-21T13:03:28.8675640Z LaTeX Warning: Hyper reference `usersguide/optimization:seqtime-chunksize' on p
2023-09-21T13:03:28.8676422Z age 170 undefined on input line 17262.
2023-09-21T13:03:28.8676774Z 
2023-09-21T13:03:28.8676788Z 
2023-09-21T13:03:28.8677417Z LaTeX Warning: Hyper reference `usersguide/optimization:randomtime-chunksize' o
2023-09-21T13:03:28.8678222Z n page 170 undefined on input line 17263.
2023-09-21T13:03:28.8678617Z 
2023-09-21T13:03:28.8678631Z 
2023-09-21T13:03:28.8679237Z LaTeX Warning: Hyper reference `usersguide/optimization:createtime-chunksize' o
2023-09-21T13:03:28.8680022Z n page 170 undefined on input line 17270.
2023-09-21T13:03:28.8680382Z 
2023-09-21T13:03:28.8680396Z 
2023-09-21T13:03:28.8681014Z LaTeX Warning: Hyper reference `usersguide/optimization:seqtime-chunksize' on p
2023-09-21T13:03:28.8681791Z age 170 undefined on input line 17272.
2023-09-21T13:03:28.8682161Z 
2023-09-21T13:03:29.0207604Z [170] [171 <./create-chunksize-15GB.png>] [172 <./filesizes-chunksize-15GB.png>
2023-09-21T13:03:29.2100815Z ] [173 <./seq-chunksize-15GB.png>] [174 <./random-chunksize-15GB.png>]
2023-09-21T13:03:29.2101206Z 
2023-09-21T13:03:29.2101587Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc' on page 175 unde
2023-09-21T13:03:29.2102056Z fined on input line 17326.
2023-09-21T13:03:29.2102252Z 
2023-09-21T13:03:29.2102261Z 
2023-09-21T13:03:29.2102643Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc2' on page 175 und
2023-09-21T13:03:29.2103077Z efined on input line 17326.
2023-09-21T13:03:29.2103274Z 
2023-09-21T13:03:29.2103283Z 
2023-09-21T13:03:29.2103528Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tablemetho
2023-09-21T13:03:29.2104094Z ds-querying' on page 175 undefined on input line 17390.
2023-09-21T13:03:29.2104500Z 
2023-09-21T13:03:29.2104510Z 
2023-09-21T13:03:29.2104879Z LaTeX Warning: Hyper reference `usersguide/optimization:sequentialtimes-10m' on
2023-09-21T13:03:29.2105321Z  page 175 undefined on input line 17405.
2023-09-21T13:03:29.2105542Z 
2023-09-21T13:03:29.2105550Z 
2023-09-21T13:03:29.2105917Z LaTeX Warning: Hyper reference `usersguide/optimization:sequentialtimes-1g' on 
2023-09-21T13:03:29.2106366Z page 175 undefined on input line 17406.
2023-09-21T13:03:29.2106950Z 
2023-09-21T13:03:29.2106959Z 
2023-09-21T13:03:29.2107321Z LaTeX Warning: Hyper reference `usersguide/optimization:sequentialtimes-10m' on
2023-09-21T13:03:29.2107945Z  page 175 undefined on input line 17417.
2023-09-21T13:03:29.2108164Z 
2023-09-21T13:03:29.3112576Z [175] [176 <./Q7-10m-noidx.png>]
2023-09-21T13:03:29.3113345Z 
2023-09-21T13:03:29.3114278Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 177 un
2023-09-21T13:03:29.3114924Z defined on input line 17439.
2023-09-21T13:03:29.3115557Z 
2023-09-21T13:03:29.3115733Z 
2023-09-21T13:03:29.3116526Z LaTeX Warning: Hyper reference `usersguide/optimization:sequentialtimes-1g' on 
2023-09-21T13:03:29.3117193Z page 177 undefined on input line 17448.
2023-09-21T13:03:29.3117829Z 
2023-09-21T13:03:29.3118000Z 
2023-09-21T13:03:29.3118803Z LaTeX Warning: Hyper reference `usersguide/optimization:compressionissues' on p
2023-09-21T13:03:29.3119472Z age 177 undefined on input line 17462.
2023-09-21T13:03:29.3120117Z 
2023-09-21T13:03:29.3120289Z 
2023-09-21T13:03:29.3121065Z LaTeX Warning: Hyper reference `usersguide/condition_syntax:condition-syntax' o
2023-09-21T13:03:29.3121717Z n page 177 undefined on input line 17497.
2023-09-21T13:03:29.3122349Z 
2023-09-21T13:03:29.3122520Z 
2023-09-21T13:03:29.3123306Z LaTeX Warning: Hyper reference `usersguide/optimization:inkernelperformance-zli
2023-09-21T13:03:29.3124108Z b-blosc-blosc2' on page 177 undefined on input line 17529.
2023-09-21T13:03:29.3124783Z 
2023-09-21T13:03:29.5081647Z [177] [178 <./Q8-1g-noidx.png> <./inkernel-zlib-blosc-blosc2.png>]
2023-09-21T13:03:29.5085733Z 
2023-09-21T13:03:29.5086733Z LaTeX Warning: Hyper reference `usersguide/optimization:compressionratio-zlib-b
2023-09-21T13:03:29.5087839Z losc-blosc2' on page 179 undefined on input line 17540.
2023-09-21T13:03:29.5088526Z 
2023-09-21T13:03:29.5088702Z 
2023-09-21T13:03:29.5089539Z LaTeX Warning: Hyper reference `usersguide/optimization:inkernelperformance-vs-
2023-09-21T13:03:29.5090287Z pandas' on page 179 undefined on input line 17560.
2023-09-21T13:03:29.5090959Z 
2023-09-21T13:03:29.5523590Z [179 <./cratio-zlib-blosc-blosc2.png>]
2023-09-21T13:03:29.5524309Z 
2023-09-21T13:03:29.5525607Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:29.5527037Z umn.create_index' on page 180 undefined on input line 17593.
2023-09-21T13:03:29.5527774Z 
2023-09-21T13:03:29.6094144Z [180 <./inkernel-vs-pandas.png>]
2023-09-21T13:03:29.6094733Z 
2023-09-21T13:03:29.6095435Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:29.6096266Z le.will_query_use_indexing' on page 181 undefined on input line 17675.
2023-09-21T13:03:29.6096955Z 
2023-09-21T13:03:29.6097126Z 
2023-09-21T13:03:29.6097910Z LaTeX Warning: Hyper reference `usersguide/optimization:createindextimes' on pa
2023-09-21T13:03:29.6098541Z ge 181 undefined on input line 17687.
2023-09-21T13:03:29.6099143Z 
2023-09-21T13:03:29.6099309Z 
2023-09-21T13:03:29.6100084Z LaTeX Warning: Hyper reference `usersguide/optimization:indexsizes' on page 181
2023-09-21T13:03:29.6100684Z  undefined on input line 17699.
2023-09-21T13:03:29.6101294Z 
2023-09-21T13:03:29.6101460Z 
2023-09-21T13:03:29.6102088Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Col
2023-09-21T13:03:29.6102849Z umn.create_index' on page 181 undefined on input line 17717.
2023-09-21T13:03:29.6103499Z 
2023-09-21T13:03:29.6103667Z 
2023-09-21T13:03:29.6104569Z LaTeX Warning: Hyper reference `usersguide/optimization:createindextimes' on pa
2023-09-21T13:03:29.6105214Z ge 181 undefined on input line 17718.
2023-09-21T13:03:29.6105818Z 
2023-09-21T13:03:29.6105984Z 
2023-09-21T13:03:29.6106734Z LaTeX Warning: Hyper reference `usersguide/optimization:indexsizes' on page 181
2023-09-21T13:03:29.6107324Z  undefined on input line 17718.
2023-09-21T13:03:29.6107929Z 
2023-09-21T13:03:29.6108096Z 
2023-09-21T13:03:29.6108847Z LaTeX Warning: Hyper reference `usersguide/optimization:querytimes-indexed-optl
2023-09-21T13:03:29.6110031Z evels' on page 181 undefined on input line 17724.
2023-09-21T13:03:29.6110675Z 
2023-09-21T13:03:29.6111049Z 
2023-09-21T13:03:29.6111813Z LaTeX Warning: Hyper reference `usersguide/optimization:querytimes-indexed-comp
2023-09-21T13:03:29.6112546Z ress' on page 181 undefined on input line 17737.
2023-09-21T13:03:29.6113176Z 
2023-09-21T13:03:29.6113343Z 
2023-09-21T13:03:29.6114084Z LaTeX Warning: Hyper reference `usersguide/bibliography:opsi' on page 181 undef
2023-09-21T13:03:29.6114655Z ined on input line 17752.
2023-09-21T13:03:29.6115233Z 
2023-09-21T13:03:29.6115399Z 
2023-09-21T13:03:29.6116151Z LaTeX Warning: Hyper reference `usersguide/optimization:querytimes-indexed-ssd'
2023-09-21T13:03:29.6116791Z  on page 181 undefined on input line 17775.
2023-09-21T13:03:29.6117404Z 
2023-09-21T13:03:29.7590993Z [181] [182 <./create-index-time-int32-float64.png>] [183 <./indexes-sizes2.png>
2023-09-21T13:03:29.9546613Z ] [184 <./Q8-1g-idx-optlevels.png>] [185 <./Q8-1g-idx-compress.png>] [186 <./Q8
2023-09-21T13:03:30.0617646Z -1g-idx-SSD.png>]
2023-09-21T13:03:30.0622047Z 
2023-09-21T13:03:30.0622901Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:30.0623767Z le.copy' on page 187 undefined on input line 17844.
2023-09-21T13:03:30.0624601Z 
2023-09-21T13:03:30.0624783Z 
2023-09-21T13:03:30.0625572Z LaTeX Warning: Hyper reference `usersguide/optimization:querytimes-indexed-sort
2023-09-21T13:03:30.0626321Z ed' on page 187 undefined on input line 17846.
2023-09-21T13:03:30.0626949Z 
2023-09-21T13:03:30.0627127Z 
2023-09-21T13:03:30.0645201Z LaTeX Warning: Hyper reference `usersguide/optimization:chunksizefinetune' on p
2023-09-21T13:03:30.0646830Z age 187 undefined on input line 17869.
2023-09-21T13:03:30.0647055Z 
2023-09-21T13:03:30.1770281Z [187] [188 <./Q8-1g-idx-sorted.png>]
2023-09-21T13:03:30.1771680Z 
2023-09-21T13:03:30.1772086Z LaTeX Warning: Hyper reference `usersguide/bibliography:zlib' on page 189 undef
2023-09-21T13:03:30.1772551Z ined on input line 17897.
2023-09-21T13:03:30.1772752Z 
2023-09-21T13:03:30.1772762Z 
2023-09-21T13:03:30.1773414Z LaTeX Warning: Hyper reference `usersguide/bibliography:lzo' on page 189 undefi
2023-09-21T13:03:30.1773856Z ned on input line 17909.
2023-09-21T13:03:30.1774050Z 
2023-09-21T13:03:30.1774058Z 
2023-09-21T13:03:30.1774435Z LaTeX Warning: Hyper reference `usersguide/bibliography:bzip2' on page 189 unde
2023-09-21T13:03:30.1774862Z fined on input line 17910.
2023-09-21T13:03:30.1775054Z 
2023-09-21T13:03:30.1775063Z 
2023-09-21T13:03:30.1775418Z LaTeX Warning: Hyper reference `usersguide/utilities:ptrepackdescr' on page 189
2023-09-21T13:03:30.1775835Z  undefined on input line 17925.
2023-09-21T13:03:30.1776037Z 
2023-09-21T13:03:30.1776045Z 
2023-09-21T13:03:30.1776405Z LaTeX Warning: Hyper reference `usersguide/optimization:comprtblcomparison' on 
2023-09-21T13:03:30.1776861Z page 189 undefined on input line 17952.
2023-09-21T13:03:30.1777080Z 
2023-09-21T13:03:30.1777095Z 
2023-09-21T13:03:30.1777451Z LaTeX Warning: Hyper reference `usersguide/optimization:comprzlibcomparison' on
2023-09-21T13:03:30.1777898Z  page 189 undefined on input line 17968.
2023-09-21T13:03:30.1778122Z 
2023-09-21T13:03:30.1778130Z 
2023-09-21T13:03:30.1778487Z LaTeX Warning: Hyper reference `usersguide/optimization:comprwritecomparison' o
2023-09-21T13:03:30.1778948Z n page 189 undefined on input line 17981.
2023-09-21T13:03:30.1779169Z 
2023-09-21T13:03:30.1779177Z 
2023-09-21T13:03:30.1779435Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadnocachecompari
2023-09-21T13:03:30.1779968Z son' on page 189 undefined on input line 17994.
2023-09-21T13:03:30.1780199Z 
2023-09-21T13:03:30.1780207Z 
2023-09-21T13:03:30.1780557Z LaTeX Warning: Hyper reference `usersguide/optimization:inkernelsearch' on page
2023-09-21T13:03:30.1780991Z  189 undefined on input line 17997.
2023-09-21T13:03:30.1781338Z 
2023-09-21T13:03:30.1781346Z 
2023-09-21T13:03:30.1781606Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadnocachecompari
2023-09-21T13:03:30.1782540Z son' on page 189 undefined on input line 18004.
2023-09-21T13:03:30.1782934Z 
2023-09-21T13:03:30.1782942Z 
2023-09-21T13:03:30.1783205Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadcachecompariso
2023-09-21T13:03:30.1783746Z n' on page 189 undefined on input line 18008.
2023-09-21T13:03:30.1783974Z 
2023-09-21T13:03:30.2368514Z [189] [190 <./compressed-recordsize.png>] [191 <./compressed-recordsize-zlib.pn
2023-09-21T13:03:30.3559179Z g>] [192 <./compressed-writing.png>]
2023-09-21T13:03:30.3559494Z 
2023-09-21T13:03:30.3559880Z LaTeX Warning: Hyper reference `usersguide/optimization:shufflingoptim' on page
2023-09-21T13:03:30.3560342Z  193 undefined on input line 18043.
2023-09-21T13:03:30.3560552Z 
2023-09-21T13:03:30.3560562Z 
2023-09-21T13:03:30.3560832Z LaTeX Warning: Hyper reference `usersguide/optimization:comprwritezlibcompariso
2023-09-21T13:03:30.3561395Z n' on page 193 undefined on input line 18050.
2023-09-21T13:03:30.3561631Z 
2023-09-21T13:03:30.3561640Z 
2023-09-21T13:03:30.3561906Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadzlibcomparison
2023-09-21T13:03:30.3562463Z ' on page 193 undefined on input line 18051.
2023-09-21T13:03:30.3562691Z 
2023-09-21T13:03:30.3562700Z 
2023-09-21T13:03:30.3563202Z LaTeX Warning: Hyper reference `usersguide/optimization:comprzlibcomparison' on
2023-09-21T13:03:30.3563668Z  page 193 undefined on input line 18052.
2023-09-21T13:03:30.3563873Z 
2023-09-21T13:03:30.4880424Z [193 <./compressed-select-nocache.png>] [194 <./compressed-select-cache.png>]
2023-09-21T13:03:30.4880921Z 
2023-09-21T13:03:30.4881375Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:30.4882050Z scr' on page 195 undefined on input line 18064.
2023-09-21T13:03:30.4882328Z 
2023-09-21T13:03:30.6007503Z [195 <./compressed-writing-zlib.png>] [196 <./compressed-select-cache-zlib.png>
2023-09-21T13:03:30.6223983Z ]
2023-09-21T13:03:30.6224240Z 
2023-09-21T13:03:30.6224935Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:30.6225716Z scr' on page 197 undefined on input line 18116.
2023-09-21T13:03:30.6225954Z 
2023-09-21T13:03:30.6225964Z 
2023-09-21T13:03:30.6226232Z LaTeX Warning: Hyper reference `usersguide/optimization:comprshufflecomparison'
2023-09-21T13:03:30.6226689Z  on page 197 undefined on input line 18139.
2023-09-21T13:03:30.6226913Z 
2023-09-21T13:03:30.6226922Z 
2023-09-21T13:03:30.6227185Z LaTeX Warning: Hyper reference `usersguide/optimization:comprwriteshufflecompar
2023-09-21T13:03:30.6227745Z ison' on page 197 undefined on input line 18174.
2023-09-21T13:03:30.6227983Z 
2023-09-21T13:03:30.6227992Z 
2023-09-21T13:03:30.6228250Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadnocacheshuffle
2023-09-21T13:03:30.6228801Z comparison' on page 197 undefined on input line 18175.
2023-09-21T13:03:30.6229049Z 
2023-09-21T13:03:30.6229057Z 
2023-09-21T13:03:30.6229322Z LaTeX Warning: Hyper reference `usersguide/optimization:comprreadcacheshuffleco
2023-09-21T13:03:30.6229886Z mparison' on page 197 undefined on input line 18176.
2023-09-21T13:03:30.6230138Z 
2023-09-21T13:03:30.6877001Z [197] [198 <./compressed-recordsize-shuffle.png>] [199 <./compressed-writing-sh
2023-09-21T13:03:30.8116444Z uffle.png>] [200 <./compressed-select-nocache-shuffle-only.png>] [201 <./compre
2023-09-21T13:03:30.8871364Z ssed-select-cache-shuffle.png>]
2023-09-21T13:03:30.8871857Z 
2023-09-21T13:03:30.8872312Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8873321Z DE_CACHE_SLOTS' on page 202 undefined on input line 18254.
2023-09-21T13:03:30.8873719Z 
2023-09-21T13:03:30.8873752Z 
2023-09-21T13:03:30.8874159Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8875113Z DE_CACHE_SLOTS' on page 202 undefined on input line 18258.
2023-09-21T13:03:30.8875518Z 
2023-09-21T13:03:30.8875534Z 
2023-09-21T13:03:30.8876721Z LaTeX Warning: Hyper reference `usersguide/optimization:optimization-table-1' o
2023-09-21T13:03:30.8877485Z n page 202 undefined on input line 18281.
2023-09-21T13:03:30.8878088Z 
2023-09-21T13:03:30.8878122Z 
2023-09-21T13:03:30.8878484Z Package tabulary Warning: No suitable columns! on input line 18298.
2023-09-21T13:03:30.8878930Z 
2023-09-21T13:03:30.8878945Z 
2023-09-21T13:03:30.8879549Z LaTeX Warning: Hyper reference `usersguide/optimization:optimization-table-1' o
2023-09-21T13:03:30.8880311Z n page 202 undefined on input line 18303.
2023-09-21T13:03:30.8880673Z 
2023-09-21T13:03:30.8880687Z 
2023-09-21T13:03:30.8881094Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8882009Z DE_CACHE_SLOTS' on page 202 undefined on input line 18317.
2023-09-21T13:03:30.8882415Z 
2023-09-21T13:03:30.8928236Z [202]
2023-09-21T13:03:30.8928585Z 
2023-09-21T13:03:30.8929072Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8930226Z DE_CACHE_SLOTS' on page 203 undefined on input line 18325.
2023-09-21T13:03:30.8930644Z 
2023-09-21T13:03:30.8930678Z 
2023-09-21T13:03:30.8931086Z LaTeX Warning: Hyper reference `usersguide/parameter_files:tables.parameters.NO
2023-09-21T13:03:30.8932041Z DE_CACHE_SLOTS' on page 203 undefined on input line 18331.
2023-09-21T13:03:30.8932644Z 
2023-09-21T13:03:30.8932661Z 
2023-09-21T13:03:30.8933274Z LaTeX Warning: Hyper reference `usersguide/optimization:optimization-table-1' o
2023-09-21T13:03:30.8934038Z n page 203 undefined on input line 18342.
2023-09-21T13:03:30.8934399Z 
2023-09-21T13:03:30.8934413Z 
2023-09-21T13:03:30.8934981Z LaTeX Warning: Hyper reference `usersguide/optimization:optimization-table-1' o
2023-09-21T13:03:30.8935721Z n page 203 undefined on input line 18346.
2023-09-21T13:03:30.8936078Z 
2023-09-21T13:03:30.8936091Z 
2023-09-21T13:03:30.8936744Z LaTeX Warning: Hyper reference `usersguide/optimization:expectedrowsoptim' on p
2023-09-21T13:03:30.8937203Z age 203 undefined on input line 18361.
2023-09-21T13:03:30.8937415Z 
2023-09-21T13:03:30.8937423Z 
2023-09-21T13:03:30.8937759Z LaTeX Warning: Hyper reference `usersguide/utilities:ptrepackdescr' on page 203
2023-09-21T13:03:30.8938205Z  undefined on input line 18368.
2023-09-21T13:03:30.8938407Z 
2023-09-21T13:03:30.9003485Z [203] [204]
2023-09-21T13:03:30.9003802Z Chapter 2.
2023-09-21T13:03:30.9003965Z 
2023-09-21T13:03:30.9004448Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg1' on page 205 unde
2023-09-21T13:03:30.9004886Z fined on input line 18408.
2023-09-21T13:03:30.9005082Z 
2023-09-21T13:03:30.9893281Z [205] [206] [207]
2023-09-21T13:03:30.9893803Z Overfull \vbox (0.63158pt too high) detected at line 18691
2023-09-21T13:03:31.0026444Z [208]
2023-09-21T13:03:31.0026710Z 
2023-09-21T13:03:31.0027334Z LaTeX Warning: Hyper reference `usersguide/libref/filenode_classes:filenode-cla
2023-09-21T13:03:31.0027917Z sses' on page 209 undefined on input line 18755.
2023-09-21T13:03:31.0028182Z 
2023-09-21T13:03:31.0036854Z [209] [210]
2023-09-21T13:03:31.0037148Z Chapter 3.
2023-09-21T13:03:31.0037316Z 
2023-09-21T13:03:31.0037842Z LaTeX Warning: Hyper reference `usersguide/bibliography:numpy' on page 211 unde
2023-09-21T13:03:31.0038282Z fined on input line 18768.
2023-09-21T13:03:31.0038478Z 
2023-09-21T13:03:31.0038487Z 
2023-09-21T13:03:31.0038723Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:colclassd
2023-09-21T13:03:31.0039273Z escr' on page 211 undefined on input line 18770.
2023-09-21T13:03:31.0039509Z 
2023-09-21T13:03:31.0039518Z 
2023-09-21T13:03:31.0039763Z LaTeX Warning: Hyper reference `usersguide/libref/declarative_classes:atomclass
2023-09-21T13:03:31.0040296Z descr' on page 211 undefined on input line 18772.
2023-09-21T13:03:31.0040536Z 
2023-09-21T13:03:31.0040544Z 
2023-09-21T13:03:31.0040889Z LaTeX Warning: Hyper reference `usersguide/datatypes:floating-point-note' on pa
2023-09-21T13:03:31.0041335Z ge 211 undefined on input line 18804.
2023-09-21T13:03:31.0041870Z 
2023-09-21T13:03:31.0041878Z 
2023-09-21T13:03:31.0042239Z LaTeX Warning: Hyper reference `usersguide/datatypes:floating-point-note' on pa
2023-09-21T13:03:31.0042985Z ge 211 undefined on input line 18811.
2023-09-21T13:03:31.0043199Z 
2023-09-21T13:03:31.0043207Z 
2023-09-21T13:03:31.0043439Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:enumclassdescr
2023-09-21T13:03:31.0043974Z ' on page 211 undefined on input line 18861.
2023-09-21T13:03:31.0044202Z 
2023-09-21T13:03:31.0178324Z [211]
2023-09-21T13:03:31.0179074Z Underfull \hbox (badness 10000) in paragraph at lines 18894--18897
2023-09-21T13:03:31.0179535Z []|\T1/qhv/m/n/10 Python Coun-ter-
2023-09-21T13:03:31.0179741Z 
2023-09-21T13:03:31.0180115Z LaTeX Warning: Hyper reference `usersguide/datatypes:floating-point-note' on pa
2023-09-21T13:03:31.0180577Z ge 212 undefined on input line 19046.
2023-09-21T13:03:31.0180792Z 
2023-09-21T13:03:31.0180801Z 
2023-09-21T13:03:31.0181108Z Underfull \hbox (badness 10000) in paragraph at lines 19066--19068
2023-09-21T13:03:31.0181571Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:31.0181772Z 
2023-09-21T13:03:31.0182092Z Underfull \hbox (badness 10000) in paragraph at lines 19082--19084
2023-09-21T13:03:31.0182538Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:31.0182735Z 
2023-09-21T13:03:31.0183019Z Underfull \hbox (badness 10000) in paragraph at lines 19103--19105
2023-09-21T13:03:31.0183479Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:31.0183689Z 
2023-09-21T13:03:31.0183985Z Underfull \hbox (badness 10000) in paragraph at lines 19119--19121
2023-09-21T13:03:31.0184680Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:31.0184893Z 
2023-09-21T13:03:31.0185181Z Underfull \hbox (badness 10000) in paragraph at lines 19135--19137
2023-09-21T13:03:31.0185629Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:31.0185829Z 
2023-09-21T13:03:31.0186130Z Underfull \hbox (badness 10000) in paragraph at lines 19151--19153
2023-09-21T13:03:31.0186574Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:31.0186763Z 
2023-09-21T13:03:31.0187064Z Underfull \hbox (badness 10000) in paragraph at lines 19167--19169
2023-09-21T13:03:31.0187527Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:31.0187736Z 
2023-09-21T13:03:31.0188033Z Underfull \hbox (badness 10000) in paragraph at lines 19183--19185
2023-09-21T13:03:31.0188469Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:31.0188795Z 
2023-09-21T13:03:31.0189098Z Underfull \hbox (badness 10000) in paragraph at lines 19199--19201
2023-09-21T13:03:31.0189547Z []|\T1/qtm/m/n/10 ar-bi-trary length
2023-09-21T13:03:31.0189747Z 
2023-09-21T13:03:31.0190046Z Underfull \hbox (badness 10000) in paragraph at lines 19234--19236
2023-09-21T13:03:31.0190466Z []|\T1/qtm/m/n/10 POSIX's struct
2023-09-21T13:03:31.0236253Z [212]
2023-09-21T13:03:31.0236473Z 
2023-09-21T13:03:31.0236761Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:31.0237444Z le.where' on page 213 undefined on input line 19271.
2023-09-21T13:03:31.0237714Z 
2023-09-21T13:03:31.0237724Z 
2023-09-21T13:03:31.0237976Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:31.0238557Z le.read_where' on page 213 undefined on input line 19271.
2023-09-21T13:03:31.0238807Z 
2023-09-21T13:03:31.0238815Z 
2023-09-21T13:03:31.0239171Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 213 un
2023-09-21T13:03:31.0239592Z defined on input line 19273.
2023-09-21T13:03:31.0239774Z 
2023-09-21T13:03:31.0239783Z 
2023-09-21T13:03:31.0240025Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:31.0240565Z le.where' on page 213 undefined on input line 19306.
2023-09-21T13:03:31.0240804Z 
2023-09-21T13:03:31.0289606Z [213]
2023-09-21T13:03:31.0289820Z 
2023-09-21T13:03:31.0290283Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0290796Z n page 214 undefined on input line 19493.
2023-09-21T13:03:31.0291359Z 
2023-09-21T13:03:31.0413447Z [214]
2023-09-21T13:03:31.0413680Z 
2023-09-21T13:03:31.0413968Z LaTeX Warning: Hyper reference `usersguide/libref/structured_storage:tables.Tab
2023-09-21T13:03:31.0415236Z le' on page 215 undefined on input line 19524.
2023-09-21T13:03:31.0415479Z 
2023-09-21T13:03:31.0415489Z 
2023-09-21T13:03:31.0415742Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Perform
2023-09-21T13:03:31.0416315Z anceWarning' on page 215 undefined on input line 19525.
2023-09-21T13:03:31.0416568Z 
2023-09-21T13:03:31.0660284Z [215] [216]
2023-09-21T13:03:31.0660548Z 
2023-09-21T13:03:31.0660826Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:tables.Perform
2023-09-21T13:03:31.0661597Z anceWarning' on page 217 undefined on input line 19892.
2023-09-21T13:03:31.0661853Z 
2023-09-21T13:03:31.0792070Z [217] [218]
2023-09-21T13:03:31.0792312Z 
2023-09-21T13:03:31.0792851Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0793334Z n page 219 undefined on input line 20226.
2023-09-21T13:03:31.0793562Z 
2023-09-21T13:03:31.0793592Z 
2023-09-21T13:03:31.0793948Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0794405Z n page 219 undefined on input line 20228.
2023-09-21T13:03:31.0794629Z 
2023-09-21T13:03:31.0794638Z 
2023-09-21T13:03:31.0794981Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0795409Z n page 219 undefined on input line 20230.
2023-09-21T13:03:31.0795625Z 
2023-09-21T13:03:31.0795633Z 
2023-09-21T13:03:31.0795971Z LaTeX Warning: Hyper reference `usersguide/libref/top_level:tables.open_file' o
2023-09-21T13:03:31.0796418Z n page 219 undefined on input line 20250.
2023-09-21T13:03:31.0796635Z 
2023-09-21T13:03:31.0796643Z 
2023-09-21T13:03:31.0797002Z LaTeX Warning: Hyper reference `usersguide/libref/file_class:tables.File.get_fi
2023-09-21T13:03:31.0797558Z le_image' on page 219 undefined on input line 20255.
2023-09-21T13:03:31.0797809Z 
2023-09-21T13:03:31.2420021Z [219] [220] [221] [222] [223]
2023-09-21T13:03:31.2420535Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:31.2420791Z 
2023-09-21T13:03:31.2420983Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:31.2746171Z [224]
2023-09-21T13:03:31.2746977Z Overfull \vbox (0.63158pt too high) detected at line 20687
2023-09-21T13:03:31.3635308Z [225] [226] [227] [228]
2023-09-21T13:03:31.3636468Z 
2023-09-21T13:03:31.3637754Z LaTeX Warning: Hyper reference `usersguide/libref/helper_classes:filtersclassde
2023-09-21T13:03:31.3639307Z scr' on page 229 undefined on input line 20942.
2023-09-21T13:03:31.3640449Z 
2023-09-21T13:03:31.3791324Z [229] [230]
2023-09-21T13:03:31.3791909Z 
2023-09-21T13:03:31.3793089Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3793916Z e 231 undefined on input line 21206.
2023-09-21T13:03:31.3794718Z 
2023-09-21T13:03:31.3794930Z 
2023-09-21T13:03:31.3795876Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3796658Z e 231 undefined on input line 21212.
2023-09-21T13:03:31.3797407Z 
2023-09-21T13:03:31.3871388Z [231]
2023-09-21T13:03:31.3871883Z 
2023-09-21T13:03:31.3872867Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3873540Z e 232 undefined on input line 21258.
2023-09-21T13:03:31.3874160Z 
2023-09-21T13:03:31.3874329Z 
2023-09-21T13:03:31.3875072Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3875699Z e 232 undefined on input line 21264.
2023-09-21T13:03:31.3876296Z 
2023-09-21T13:03:31.3876461Z 
2023-09-21T13:03:31.3877223Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3877839Z e 232 undefined on input line 21313.
2023-09-21T13:03:31.3878428Z 
2023-09-21T13:03:31.3878591Z 
2023-09-21T13:03:31.3879834Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3880458Z e 232 undefined on input line 21315.
2023-09-21T13:03:31.3881265Z 
2023-09-21T13:03:31.3951631Z [232]
2023-09-21T13:03:31.3952158Z 
2023-09-21T13:03:31.3953164Z LaTeX Warning: Hyper reference `usersguide/file_format:vlarrayformatdescr' on p
2023-09-21T13:03:31.3953849Z age 233 undefined on input line 21337.
2023-09-21T13:03:31.3954480Z 
2023-09-21T13:03:31.3954651Z 
2023-09-21T13:03:31.3955414Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3956057Z e 233 undefined on input line 21365.
2023-09-21T13:03:31.3956642Z 
2023-09-21T13:03:31.3956827Z 
2023-09-21T13:03:31.3957558Z LaTeX Warning: Hyper reference `usersguide/file_format:tableformatdescr' on pag
2023-09-21T13:03:31.3958182Z e 233 undefined on input line 21396.
2023-09-21T13:03:31.3958774Z 
2023-09-21T13:03:31.4046888Z [233]
2023-09-21T13:03:31.4047440Z 
2023-09-21T13:03:31.4048572Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg1' on page 234 unde
2023-09-21T13:03:31.4049222Z fined on input line 21443.
2023-09-21T13:03:31.4049846Z 
2023-09-21T13:03:31.4050035Z 
2023-09-21T13:03:31.4050801Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg2' on page 234 unde
2023-09-21T13:03:31.4051415Z fined on input line 21451.
2023-09-21T13:03:31.4051997Z 
2023-09-21T13:03:31.4052163Z 
2023-09-21T13:03:31.4052908Z LaTeX Warning: Hyper reference `usersguide/bibliography:hdfg3' on page 234 unde
2023-09-21T13:03:31.4053503Z fined on input line 21458.
2023-09-21T13:03:31.4054077Z 
2023-09-21T13:03:31.4054239Z 
2023-09-21T13:03:31.4054999Z LaTeX Warning: Hyper reference `usersguide/bibliography:mertz' on page 234 unde
2023-09-21T13:03:31.4055581Z fined on input line 21465.
2023-09-21T13:03:31.4056158Z 
2023-09-21T13:03:31.4056321Z 
2023-09-21T13:03:31.4057061Z LaTeX Warning: Hyper reference `usersguide/bibliography:cython' on page 234 und
2023-09-21T13:03:31.4057659Z efined on input line 21475.
2023-09-21T13:03:31.4058250Z 
2023-09-21T13:03:31.4058413Z 
2023-09-21T13:03:31.4059152Z LaTeX Warning: Hyper reference `usersguide/bibliography:numpy' on page 234 unde
2023-09-21T13:03:31.4059821Z fined on input line 21483.
2023-09-21T13:03:31.4060406Z 
2023-09-21T13:03:31.4060570Z 
2023-09-21T13:03:31.4061315Z LaTeX Warning: Hyper reference `usersguide/bibliography:numexpr' on page 234 un
2023-09-21T13:03:31.4061899Z defined on input line 21494.
2023-09-21T13:03:31.4062477Z 
2023-09-21T13:03:31.4062643Z 
2023-09-21T13:03:31.4063391Z LaTeX Warning: Hyper reference `usersguide/bibliography:zlib' on page 234 undef
2023-09-21T13:03:31.4063981Z ined on input line 21504.
2023-09-21T13:03:31.4064755Z 
2023-09-21T13:03:31.4064925Z 
2023-09-21T13:03:31.4065678Z LaTeX Warning: Hyper reference `usersguide/bibliography:lzo' on page 234 undefi
2023-09-21T13:03:31.4066261Z ned on input line 21512.
2023-09-21T13:03:31.4066828Z 
2023-09-21T13:03:31.4066992Z 
2023-09-21T13:03:31.4067715Z LaTeX Warning: Hyper reference `usersguide/bibliography:bzip2' on page 234 unde
2023-09-21T13:03:31.4068316Z fined on input line 21521.
2023-09-21T13:03:31.4068900Z 
2023-09-21T13:03:31.4069063Z 
2023-09-21T13:03:31.4069802Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc' on page 234 unde
2023-09-21T13:03:31.4070389Z fined on input line 21529.
2023-09-21T13:03:31.4070972Z 
2023-09-21T13:03:31.4071138Z 
2023-09-21T13:03:31.4071875Z LaTeX Warning: Hyper reference `usersguide/bibliography:blosc2' on page 234 und
2023-09-21T13:03:31.4072463Z efined on input line 21538.
2023-09-21T13:03:31.4073021Z 
2023-09-21T13:03:31.4073204Z 
2023-09-21T13:03:31.4073931Z LaTeX Warning: Hyper reference `usersguide/bibliography:gnuwin32' on page 234 u
2023-09-21T13:03:31.4074528Z ndefined on input line 21547.
2023-09-21T13:03:31.4075129Z 
2023-09-21T13:03:31.4075292Z 
2023-09-21T13:03:31.4076027Z LaTeX Warning: Hyper reference `usersguide/bibliography:scipy1' on page 234 und
2023-09-21T13:03:31.4077283Z efined on input line 21557.
2023-09-21T13:03:31.4077845Z 
2023-09-21T13:03:31.4111878Z [234]
2023-09-21T13:03:31.4112085Z 
2023-09-21T13:03:31.4112606Z LaTeX Warning: Hyper reference `usersguide/bibliography:scipy2' on page 235 und
2023-09-21T13:03:31.4113368Z efined on input line 21565.
2023-09-21T13:03:31.4113568Z 
2023-09-21T13:03:31.4113576Z 
2023-09-21T13:03:31.4113942Z LaTeX Warning: Hyper reference `usersguide/bibliography:optim' on page 235 unde
2023-09-21T13:03:31.4114375Z fined on input line 21575.
2023-09-21T13:03:31.4114553Z 
2023-09-21T13:03:31.4114563Z 
2023-09-21T13:03:31.4114913Z LaTeX Warning: Hyper reference `usersguide/bibliography:opsi' on page 235 undef
2023-09-21T13:03:31.4115482Z ined on input line 21585.
2023-09-21T13:03:31.4115674Z 
2023-09-21T13:03:31.4115682Z 
2023-09-21T13:03:31.4116039Z LaTeX Warning: Hyper reference `usersguide/bibliography:vitables' on page 235 u
2023-09-21T13:03:31.4116461Z ndefined on input line 21594.
2023-09-21T13:03:31.4116645Z 
2023-09-21T13:03:31.4116653Z 
2023-09-21T13:03:31.4117009Z LaTeX Warning: Hyper reference `usersguide/bibliography:git' on page 235 undefi
2023-09-21T13:03:31.4117416Z ned on input line 21603.
2023-09-21T13:03:31.4117612Z 
2023-09-21T13:03:31.4117620Z 
2023-09-21T13:03:31.4117969Z LaTeX Warning: Hyper reference `usersguide/bibliography:sphinx' on page 235 und
2023-09-21T13:03:31.4118373Z efined on input line 21611.
2023-09-21T13:03:31.4118565Z 
2023-09-21T13:03:31.4118784Z No file usersguide-3.8.1.dev0.ind.
2023-09-21T13:03:31.4645104Z [235] (./usersguide-3.8.1.dev0.aux)
2023-09-21T13:03:31.4645743Z 
2023-09-21T13:03:31.4646204Z LaTeX Warning: There were undefined references.
2023-09-21T13:03:31.4646631Z 
2023-09-21T13:03:31.4646647Z 
2023-09-21T13:03:31.4647284Z LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
2023-09-21T13:03:31.4647826Z 
2023-09-21T13:03:31.4647970Z  )
2023-09-21T13:03:31.4648646Z (see the transcript file for additional information){/usr/share/texmf/fonts/enc
2023-09-21T13:03:31.4649744Z /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r
2023-09-21T13:03:31.4653793Z .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}</usr/share/texlive/t
2023-09-21T13:03:31.4663466Z exmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texlive/texmf-di
2023-09-21T13:03:31.4673094Z st/fonts/type1/public/amsfonts/cm/cmsy5.pfb></usr/share/texlive/texmf-dist/font
2023-09-21T13:03:31.4680938Z s/type1/public/amsfonts/symbols/msbm10.pfb></usr/share/texmf/fonts/type1/public
2023-09-21T13:03:31.4749843Z /tex-gyre/qhvb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qhvbi.pfb></us
2023-09-21T13:03:31.4784144Z r/share/texmf/fonts/type1/public/tex-gyre/qhvr.pfb></usr/share/texmf/fonts/type
2023-09-21T13:03:31.4827572Z 1/public/tex-gyre/qtmb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmbi.
2023-09-21T13:03:31.4912481Z pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmr.pfb></usr/share/texmf/fo
2023-09-21T13:03:31.4954226Z nts/type1/public/tex-gyre/qtmri.pfb></usr/share/texlive/texmf-dist/fonts/type1/
2023-09-21T13:03:31.4965198Z public/txfonts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txf
2023-09-21T13:03:31.4975141Z onts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt
2023-09-21T13:03:31.5000999Z .pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/
2023-09-21T13:03:31.5006936Z share/texlive/texmf-dist/fonts/type1/public/txfonts/tcxbtt.pfb></usr/share/texl
2023-09-21T13:03:31.5012929Z ive/texmf-dist/fonts/type1/public/txfonts/tcxtt.pfb></usr/share/texlive/texmf-d
2023-09-21T13:03:31.5126507Z ist/fonts/type1/urw/times/utmr8a.pfb>
2023-09-21T13:03:31.5127470Z Output written on usersguide-3.8.1.dev0.pdf (239 pages, 2764436 bytes).
2023-09-21T13:03:31.5128472Z Transcript written on usersguide-3.8.1.dev0.log.
2023-09-21T13:03:31.6478005Z Latexmk: Index file 'usersguide-3.8.1.dev0.idx' was written
2023-09-21T13:03:31.8189866Z Latexmk: Missing input file 'usersguide-3.8.1.dev0.ind' (or dependence on it) from following:
2023-09-21T13:03:31.8191841Z   'No file usersguide-3.8.1.dev0.ind.'
2023-09-21T13:03:31.8195968Z Latexmk: References changed.
2023-09-21T13:03:31.8239676Z Latexmk: Log file says output to 'usersguide-3.8.1.dev0.pdf'
2023-09-21T13:03:31.8629204Z Rule 'makeindex usersguide-3.8.1.dev0.idx': File changes, etc:
2023-09-21T13:03:31.8632012Z    Changed files, or newly in use since previous run(s):
2023-09-21T13:03:31.8632947Z Latexmk: Examining 'usersguide-3.8.1.dev0.log'
2023-09-21T13:03:31.8634331Z === TeX engine is 'pdfTeX'
2023-09-21T13:03:31.8634939Z Latexmk: applying rule 'makeindex usersguide-3.8.1.dev0.idx'...
2023-09-21T13:03:31.8635424Z       'usersguide-3.8.1.dev0.idx'
2023-09-21T13:03:31.8635760Z ------------
2023-09-21T13:03:31.8636204Z Run number 1 of rule 'makeindex usersguide-3.8.1.dev0.idx'
2023-09-21T13:03:31.8636566Z ------------
2023-09-21T13:03:31.8636836Z ------------
2023-09-21T13:03:31.8637379Z Running 'makeindex -s python.ist  -o "usersguide-3.8.1.dev0.ind" "usersguide-3.8.1.dev0.idx"'
2023-09-21T13:03:31.8637838Z ------------
2023-09-21T13:03:31.8808975Z This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support).
2023-09-21T13:03:31.8809625Z Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored).
2023-09-21T13:03:31.8827005Z Scanning input file usersguide-3.8.1.dev0.idx....done (589 entries accepted, 0 rejected).
2023-09-21T13:03:31.8830793Z Sorting entries.......done (5846 comparisons).
2023-09-21T13:03:31.8846909Z Generating output file usersguide-3.8.1.dev0.ind....done (640 lines written, 0 warnings).
2023-09-21T13:03:31.8848049Z Output written in usersguide-3.8.1.dev0.ind.
2023-09-21T13:03:31.8849071Z Transcript written in usersguide-3.8.1.dev0.ilg.
2023-09-21T13:03:31.8913711Z Rule 'pdflatex': File changes, etc:
2023-09-21T13:03:31.8914436Z    Changed files, or newly in use since previous run(s):
2023-09-21T13:03:31.8915152Z       'usersguide-3.8.1.dev0.aux'
2023-09-21T13:03:31.8915648Z       'usersguide-3.8.1.dev0.ind'
2023-09-21T13:03:31.8916047Z ------------
2023-09-21T13:03:31.8916515Z Run number 2 of rule 'pdflatex'
2023-09-21T13:03:31.8916925Z ------------
2023-09-21T13:03:31.8942990Z ------------
2023-09-21T13:03:31.8943448Z Latexmk: applying rule 'pdflatex'...
2023-09-21T13:03:31.8944259Z Running 'pdflatex   -recorder  "usersguide-3.8.1.dev0.tex"'
2023-09-21T13:03:31.8945257Z ------------
2023-09-21T13:03:31.9125372Z This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex)
2023-09-21T13:03:31.9126739Z  restricted \write18 enabled.
2023-09-21T13:03:31.9543943Z entering extended mode
2023-09-21T13:03:31.9545007Z (./usersguide-3.8.1.dev0.tex
2023-09-21T13:03:31.9545409Z LaTeX2e <2021-11-15> patch level 1
2023-09-21T13:03:31.9610788Z L3 programming layer <2022-01-21> (./sphinxmanual.cls
2023-09-21T13:03:31.9611582Z Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual)
2023-09-21T13:03:31.9626269Z (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
2023-09-21T13:03:31.9627250Z Document Class: report 2021/10/04 v1.4n Standard LaTeX document class
2023-09-21T13:03:31.9701153Z (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))
2023-09-21T13:03:31.9733882Z (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
2023-09-21T13:03:31.9765677Z (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty)
2023-09-21T13:03:31.9820676Z (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>)
2023-09-21T13:03:31.9859686Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
2023-09-21T13:03:31.9860456Z For additional information on amsmath, use the `?' option.
2023-09-21T13:03:31.9885606Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
2023-09-21T13:03:31.9917232Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
2023-09-21T13:03:31.9951209Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
2023-09-21T13:03:32.0039141Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
2023-09-21T13:03:32.0067338Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
2023-09-21T13:03:32.0144597Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
2023-09-21T13:03:32.0213256Z (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
2023-09-21T13:03:32.0291305Z (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
2023-09-21T13:03:32.0340258Z (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf))
2023-09-21T13:03:32.0367511Z (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty
2023-09-21T13:03:32.0395302Z (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
2023-09-21T13:03:32.0429224Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
2023-09-21T13:03:32.0468806Z (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
2023-09-21T13:03:32.0518420Z (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)))
2023-09-21T13:03:32.0555770Z (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty)
2023-09-21T13:03:32.0620562Z (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty
2023-09-21T13:03:32.0641626Z (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
2023-09-21T13:03:32.0660441Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
2023-09-21T13:03:32.0809730Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))
2023-09-21T13:03:32.0863223Z (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty)
2023-09-21T13:03:32.0902434Z (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
2023-09-21T13:03:32.0937675Z (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
2023-09-21T13:03:32.0972862Z (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
2023-09-21T13:03:32.1001617Z (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty)
2023-09-21T13:03:32.1046677Z (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty)
2023-09-21T13:03:32.1079302Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
2023-09-21T13:03:32.1105967Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
2023-09-21T13:03:32.1124226Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
2023-09-21T13:03:32.1147131Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
2023-09-21T13:03:32.1215222Z (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty
2023-09-21T13:03:32.1231495Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty
2023-09-21T13:03:32.1245034Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg)
2023-09-21T13:03:32.1303811Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def))
2023-09-21T13:03:32.1332896Z (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty))
2023-09-21T13:03:32.1367262Z (./sphinxlatexadmonitions.sty
2023-09-21T13:03:32.1388350Z (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty))
2023-09-21T13:03:32.1429580Z (./sphinxlatexliterals.sty
2023-09-21T13:03:32.1490061Z (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty)
2023-09-21T13:03:32.1519332Z (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
2023-09-21T13:03:32.1555944Z (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty)
2023-09-21T13:03:32.1579129Z (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty))
2023-09-21T13:03:32.1621785Z (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty)
2023-09-21T13:03:32.1659910Z (./sphinxhighlight.sty) (./sphinxlatextables.sty
2023-09-21T13:03:32.1686424Z (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
2023-09-21T13:03:32.1733823Z (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty))
2023-09-21T13:03:32.1771020Z (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
2023-09-21T13:03:32.1813992Z (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)
2023-09-21T13:03:32.1880994Z (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)
2023-09-21T13:03:32.1895313Z (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty))
2023-09-21T13:03:32.1936850Z (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty
2023-09-21T13:03:32.1988884Z ) (./sphinxlatexindbibtoc.sty
2023-09-21T13:03:32.2000092Z (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty))
2023-09-21T13:03:32.2033741Z (./sphinxlatexstylepage.sty
2023-09-21T13:03:32.2034398Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
2023-09-21T13:03:32.2067107Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty))
2023-09-21T13:03:32.2097722Z (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty))
2023-09-21T13:03:32.2126247Z (./sphinxlatexstyleheadings.sty
2023-09-21T13:03:32.2176087Z (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty))
2023-09-21T13:03:32.2237761Z (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty))
2023-09-21T13:03:32.2272539Z (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
2023-09-21T13:03:32.2301476Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
2023-09-21T13:03:32.2378111Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)))
2023-09-21T13:03:32.2422136Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
2023-09-21T13:03:32.2456809Z (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
2023-09-21T13:03:32.2528288Z (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
2023-09-21T13:03:32.2563184Z (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
2023-09-21T13:03:32.2608932Z (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
2023-09-21T13:03:32.2651214Z (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
2023-09-21T13:03:32.2682732Z (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
2023-09-21T13:03:32.2709992Z (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty)
2023-09-21T13:03:32.2783932Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
2023-09-21T13:03:32.2793181Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def)
2023-09-21T13:03:32.2833799Z (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty)
2023-09-21T13:03:32.2869586Z (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
2023-09-21T13:03:32.3105683Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def)
2023-09-21T13:03:32.3145500Z (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
2023-09-21T13:03:32.3191760Z (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
2023-09-21T13:03:32.3285275Z (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
2023-09-21T13:03:32.3336540Z (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
2023-09-21T13:03:32.3379097Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
2023-09-21T13:03:32.3432391Z (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty)
2023-09-21T13:03:32.3514616Z (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
2023-09-21T13:03:32.3574625Z (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))
2023-09-21T13:03:32.3604645Z (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty)
2023-09-21T13:03:32.3635495Z (./sphinxmessages.sty)
2023-09-21T13:03:32.3690782Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bookmark.sty
2023-09-21T13:03:32.3748620Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex.def))
2023-09-21T13:03:32.3867133Z (/usr/share/texlive/texmf-dist/tex/latex/threeparttable/threeparttable.sty)
2023-09-21T13:03:32.3867784Z Writing index file usersguide-3.8.1.dev0.idx
2023-09-21T13:03:32.3905193Z (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd)
2023-09-21T13:03:32.3922140Z (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
2023-09-21T13:03:32.4156427Z (./usersguide-3.8.1.dev0.aux)
2023-09-21T13:03:32.4172683Z (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
2023-09-21T13:03:32.4173539Z [Loading MPS to PDF converter (version 2006.09.02).]
2023-09-21T13:03:32.4236352Z ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
2023-09-21T13:03:32.4294072Z (/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty)
2023-09-21T13:03:32.4353580Z (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
2023-09-21T13:03:32.4354441Z *geometry* driver: auto-detecting
2023-09-21T13:03:32.4354783Z *geometry* detected driver: pdftex
2023-09-21T13:03:32.4381645Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
2023-09-21T13:03:32.4432817Z (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
2023-09-21T13:03:32.4523616Z (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
2023-09-21T13:03:32.4551161Z (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd)
2023-09-21T13:03:32.4631219Z (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<<ot1.cmap>><<oml.cmap>><<oms.cma
2023-09-21T13:03:32.4679307Z p>><<omx.cmap>> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd)
2023-09-21T13:03:32.4697153Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo
2023-09-21T13:03:32.4766004Z nts/map/pdftex/updmap/pdftex.map} <./pytables-front-logo.pdf>] [2]
2023-09-21T13:03:32.4861499Z (./usersguide-3.8.1.dev0.toc) [1] [2] (./usersguide-3.8.1.dev0.lof) [1]
2023-09-21T13:03:32.4896209Z [2] (./usersguide-3.8.1.dev0.lot) [3]
2023-09-21T13:03:32.5158052Z (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [4] [5] [6]
2023-09-21T13:03:32.5158485Z Chapter 1.
2023-09-21T13:03:32.5573207Z [7] [8] [9] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd)
2023-09-21T13:03:32.9327650Z [10] [11 <./objecttree-h5.png (PNG copy)>] [12 <./objecttree.png>] [13]
2023-09-21T13:03:33.3448288Z [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28 <./tu
2023-09-21T13:03:33.5538692Z torial1-1-tableview.png (PNG copy)>] [29] [30] [31] [32] [33] [34] [35]
2023-09-21T13:03:33.6386825Z [36] [37] [38]
2023-09-21T13:03:33.6387437Z Overfull \vbox (1.07962pt too high) detected at line 2702
2023-09-21T13:03:33.6725417Z [39] [40] [41 <./tutorial1-2-tableview.png (PNG copy)>] [42 <./tutorial1-genera
2023-09-21T13:03:33.7143883Z l.png (PNG copy)>] [43]
2023-09-21T13:03:33.7145117Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:33.7145549Z 
2023-09-21T13:03:33.7145876Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:33.9092125Z [44] [45] [46] [47 <./tutorial2-tableview.png (PNG copy)>] [48] [49] [50]
2023-09-21T13:03:33.9756489Z [51] [52]
2023-09-21T13:03:33.9772010Z Overfull \vbox (2.7787pt too high) detected at line 3529
2023-09-21T13:03:34.3364031Z [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67]
2023-09-21T13:03:34.5019578Z [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82]
2023-09-21T13:03:34.7053584Z [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97]
2023-09-21T13:03:34.9631636Z [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110]
2023-09-21T13:03:35.1616343Z [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
2023-09-21T13:03:35.1900964Z [123]
2023-09-21T13:03:35.1901493Z Overfull \vbox (2.7787pt too high) detected at line 11725
2023-09-21T13:03:35.3202315Z [124] [125] [126] [127] [128] [129] [130] [131]
2023-09-21T13:03:35.3203167Z Underfull \hbox (badness 10000) in paragraph at lines 12521--12523
2023-09-21T13:03:35.3203655Z []\T1/txtt/bx/n/10 class. \T1/qtm/m/n/10 (\T1/txtt/m/sl/10 The following are th
2023-09-21T13:03:35.3204234Z e public methods and attributes of the
2023-09-21T13:03:35.5422327Z [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143]
2023-09-21T13:03:35.7849022Z [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155]
2023-09-21T13:03:35.7962494Z [156]
2023-09-21T13:03:35.7963379Z Underfull \hbox (badness 5847) in paragraph at lines 15391--15394
2023-09-21T13:03:35.7964060Z []\T1/qtm/m/n/10 if not set (or set to None) the de-fault pol-icy is used (see 
2023-09-21T13:03:35.7964547Z [][]\T1/txtt/m/sl/10 HDF5ExtError.
2023-09-21T13:03:35.9294855Z [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168]
2023-09-21T13:03:36.0292075Z [169] [170] [171 <./create-chunksize-15GB.png>] [172 <./filesizes-chunksize-15G
2023-09-21T13:03:36.2923581Z B.png>] [173 <./seq-chunksize-15GB.png>] [174 <./random-chunksize-15GB.png>]
2023-09-21T13:03:36.4786875Z [175] [176 <./Q7-10m-noidx.png>] [177] [178 <./Q8-1g-noidx.png> <./inkernel-zli
2023-09-21T13:03:36.6352201Z b-blosc-blosc2.png>] [179 <./cratio-zlib-blosc-blosc2.png>] [180 <./inkernel-vs
2023-09-21T13:03:36.7713390Z -pandas.png>] [181] [182 <./create-index-time-int32-float64.png>] [183 <./index
2023-09-21T13:03:36.9429056Z es-sizes2.png>] [184 <./Q8-1g-idx-optlevels.png>] [185 <./Q8-1g-idx-compress.pn
2023-09-21T13:03:37.2644527Z g>] [186 <./Q8-1g-idx-SSD.png>] [187] [188 <./Q8-1g-idx-sorted.png>] [189]
2023-09-21T13:03:37.3770437Z [190 <./compressed-recordsize.png>] [191 <./compressed-recordsize-zlib.png>]
2023-09-21T13:03:37.5125851Z [192 <./compressed-writing.png>] [193 <./compressed-select-nocache.png>]
2023-09-21T13:03:37.6296137Z [194 <./compressed-select-cache.png>] [195 <./compressed-writing-zlib.png>]
2023-09-21T13:03:37.7102374Z [196 <./compressed-select-cache-zlib.png>] [197] [198 <./compressed-recordsize-
2023-09-21T13:03:37.8358694Z shuffle.png>] [199 <./compressed-writing-shuffle.png>] [200 <./compressed-selec
2023-09-21T13:03:37.9728179Z t-nocache-shuffle-only.png>] [201 <./compressed-select-cache-shuffle.png>]
2023-09-21T13:03:37.9728804Z 
2023-09-21T13:03:37.9729210Z Package tabulary Warning: No suitable columns! on input line 18298.
2023-09-21T13:03:37.9729701Z 
2023-09-21T13:03:37.9862067Z [202] [203] [204]
2023-09-21T13:03:37.9862395Z Chapter 2.
2023-09-21T13:03:38.0750690Z [205] [206] [207]
2023-09-21T13:03:38.0751238Z Overfull \vbox (0.63158pt too high) detected at line 18691
2023-09-21T13:03:38.0901177Z [208] [209] [210]
2023-09-21T13:03:38.0901534Z Chapter 3.
2023-09-21T13:03:38.1045559Z [211]
2023-09-21T13:03:38.1046587Z Underfull \hbox (badness 10000) in paragraph at lines 18894--18897
2023-09-21T13:03:38.1047242Z []|\T1/qhv/m/n/10 Python Coun-ter-
2023-09-21T13:03:38.1047546Z 
2023-09-21T13:03:38.1047973Z Underfull \hbox (badness 10000) in paragraph at lines 19066--19068
2023-09-21T13:03:38.1048580Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:38.1048873Z 
2023-09-21T13:03:38.1049286Z Underfull \hbox (badness 10000) in paragraph at lines 19082--19084
2023-09-21T13:03:38.1049896Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:38.1050165Z 
2023-09-21T13:03:38.1050564Z Underfull \hbox (badness 10000) in paragraph at lines 19103--19105
2023-09-21T13:03:38.1051199Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:38.1051486Z 
2023-09-21T13:03:38.1051895Z Underfull \hbox (badness 10000) in paragraph at lines 19119--19121
2023-09-21T13:03:38.1052528Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:38.1052795Z 
2023-09-21T13:03:38.1053200Z Underfull \hbox (badness 10000) in paragraph at lines 19135--19137
2023-09-21T13:03:38.1053812Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:38.1054079Z 
2023-09-21T13:03:38.1054701Z Underfull \hbox (badness 10000) in paragraph at lines 19151--19153
2023-09-21T13:03:38.1055309Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:38.1055578Z 
2023-09-21T13:03:38.1056055Z Underfull \hbox (badness 10000) in paragraph at lines 19167--19169
2023-09-21T13:03:38.1056679Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:38.1056960Z 
2023-09-21T13:03:38.1057366Z Underfull \hbox (badness 10000) in paragraph at lines 19183--19185
2023-09-21T13:03:38.1057977Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:38.1058259Z 
2023-09-21T13:03:38.1058661Z Underfull \hbox (badness 10000) in paragraph at lines 19199--19201
2023-09-21T13:03:38.1059273Z []|\T1/qtm/m/n/10 ar-bi-trary length
2023-09-21T13:03:38.1059549Z 
2023-09-21T13:03:38.1059942Z Underfull \hbox (badness 10000) in paragraph at lines 19234--19236
2023-09-21T13:03:38.1060538Z []|\T1/qtm/m/n/10 POSIX's struct
2023-09-21T13:03:38.3279591Z [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]
2023-09-21T13:03:38.3280276Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:38.3281185Z 
2023-09-21T13:03:38.3281430Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:38.3599380Z [224]
2023-09-21T13:03:38.3600187Z Overfull \vbox (0.63158pt too high) detected at line 20687
2023-09-21T13:03:38.4961894Z [225] [226] [227] [228] [229] [230] [231] [232] [233] [234]
2023-09-21T13:03:38.5135478Z (./usersguide-3.8.1.dev0.ind [235] [236]
2023-09-21T13:03:38.5136232Z Underfull \hbox (badness 10000) in paragraph at lines 14--16
2023-09-21T13:03:38.5137032Z []\T1/txtt/m/n/10 __contains__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attrib
2023-09-21T13:03:38.5137556Z uteset.AttributeSet
2023-09-21T13:03:38.5137812Z 
2023-09-21T13:03:38.5138220Z Underfull \hbox (badness 10000) in paragraph at lines 30--31
2023-09-21T13:03:38.5138993Z []\T1/txtt/m/n/10 __getitem__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.tableex
2023-09-21T13:03:38.5139535Z tension.Row method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5139816Z 
2023-09-21T13:03:38.5140233Z Underfull \hbox (badness 10000) in paragraph at lines 53--54
2023-09-21T13:03:38.5141013Z []\T1/txtt/m/n/10 __setitem__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.tableex
2023-09-21T13:03:38.5141556Z tension.Row method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5141832Z 
2023-09-21T13:03:38.5142230Z Underfull \hbox (badness 10000) in paragraph at lines 82--84
2023-09-21T13:03:38.5143024Z []\T1/txtt/m/n/10 _v_attrnames \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attribut
2023-09-21T13:03:38.5143536Z eset.AttributeSet at-
2023-09-21T13:03:38.5143795Z 
2023-09-21T13:03:38.5144193Z Underfull \hbox (badness 6493) in paragraph at lines 84--86
2023-09-21T13:03:38.5146845Z []\T1/txtt/m/n/10 _v_attrnamessys \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attri
2023-09-21T13:03:38.5147659Z buteset.AttributeSet at-
2023-09-21T13:03:38.5304452Z [237]
2023-09-21T13:03:38.5305227Z Underfull \hbox (badness 10000) in paragraph at lines 177--178
2023-09-21T13:03:38.5305838Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5306275Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5306547Z 
2023-09-21T13:03:38.5306851Z Underfull \hbox (badness 10000) in paragraph at lines 178--179
2023-09-21T13:03:38.5307455Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5307831Z e.RawPyTablesIO
2023-09-21T13:03:38.5307989Z 
2023-09-21T13:03:38.5309149Z Underfull \hbox (badness 10000) in paragraph at lines 179--180
2023-09-21T13:03:38.5309758Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5310171Z e.ROFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5469034Z [238]
2023-09-21T13:03:38.5469734Z Underfull \hbox (badness 10000) in paragraph at lines 228--230
2023-09-21T13:03:38.5470225Z []\T1/txtt/m/n/10 DEFAULT_H5_BACKTRACE_POLICY \T1/qtm/m/n/10 (\T1/qtm/m/it/10 t
2023-09-21T13:03:38.5470597Z a-
2023-09-21T13:03:38.5470727Z 
2023-09-21T13:03:38.5471028Z Underfull \hbox (badness 10000) in paragraph at lines 241--243
2023-09-21T13:03:38.5471516Z []\T1/txtt/m/n/10 DRIVER_CORE_BACKING_STORE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in 
2023-09-21T13:03:38.5471920Z mod-ule ta-
2023-09-21T13:03:38.5472081Z 
2023-09-21T13:03:38.5472363Z Underfull \hbox (badness 10000) in paragraph at lines 244--245
2023-09-21T13:03:38.5472830Z []\T1/txtt/m/n/10 DRIVER_CORE_INCREMENT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-
2023-09-21T13:03:38.5473182Z ule ta-
2023-09-21T13:03:38.5473677Z 
2023-09-21T13:03:38.5473988Z Underfull \hbox (badness 10000) in paragraph at lines 245--246
2023-09-21T13:03:38.5474443Z []\T1/txtt/m/n/10 DRIVER_DIRECT_ALIGNMENT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo
2023-09-21T13:03:38.5474832Z d-ule ta-
2023-09-21T13:03:38.5474989Z 
2023-09-21T13:03:38.5475282Z Underfull \hbox (badness 10000) in paragraph at lines 246--248
2023-09-21T13:03:38.5475726Z []\T1/txtt/m/n/10 DRIVER_DIRECT_BLOCK_SIZE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in m
2023-09-21T13:03:38.5476106Z od-ule ta-
2023-09-21T13:03:38.5476263Z 
2023-09-21T13:03:38.5477260Z Underfull \hbox (badness 10000) in paragraph at lines 248--250
2023-09-21T13:03:38.5477736Z []\T1/txtt/m/n/10 DRIVER_DIRECT_CBUF_SIZE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo
2023-09-21T13:03:38.5478329Z d-ule ta-
2023-09-21T13:03:38.5478484Z 
2023-09-21T13:03:38.5478777Z Underfull \hbox (badness 10000) in paragraph at lines 250--251
2023-09-21T13:03:38.5479247Z []\T1/txtt/m/n/10 DRIVER_SPLIT_META_EXT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-
2023-09-21T13:03:38.5479582Z ule ta-
2023-09-21T13:03:38.5479729Z 
2023-09-21T13:03:38.5480025Z Underfull \hbox (badness 10000) in paragraph at lines 290--291
2023-09-21T13:03:38.5480589Z []\T1/txtt/m/n/10 fetch_all_fields() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.ta
2023-09-21T13:03:38.5480960Z bleextension.Row
2023-09-21T13:03:38.5637285Z [239]
2023-09-21T13:03:38.5638377Z Underfull \hbox (badness 10000) in paragraph at lines 296--297
2023-09-21T13:03:38.5639453Z []\T1/txtt/m/n/10 fileno() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fileno
2023-09-21T13:03:38.5640149Z de.RawPyTablesIO
2023-09-21T13:03:38.5640498Z 
2023-09-21T13:03:38.5641037Z Underfull \hbox (badness 10000) in paragraph at lines 315--316
2023-09-21T13:03:38.5642077Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5642798Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5643145Z 
2023-09-21T13:03:38.5643665Z Underfull \hbox (badness 10000) in paragraph at lines 316--317
2023-09-21T13:03:38.5644678Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5645314Z e.RawPyTablesIO
2023-09-21T13:03:38.5645611Z 
2023-09-21T13:03:38.5646114Z Underfull \hbox (badness 10000) in paragraph at lines 317--318
2023-09-21T13:03:38.5647120Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.5647823Z e.ROFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5648185Z 
2023-09-21T13:03:38.5648702Z Underfull \hbox (badness 10000) in paragraph at lines 319--320
2023-09-21T13:03:38.5649692Z []\T1/txtt/m/n/10 format_h5_backtrace() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles
2023-09-21T13:03:38.5650309Z .HDF5ExtError
2023-09-21T13:03:38.5794939Z [240]
2023-09-21T13:03:38.5795532Z Underfull \hbox (badness 5119) in paragraph at lines 426--427
2023-09-21T13:03:38.5796129Z []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenode.R
2023-09-21T13:03:38.5796633Z awPyTablesIO at-tribute\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.5796853Z 
2023-09-21T13:03:38.5797151Z Underfull \hbox (badness 10000) in paragraph at lines 495--497
2023-09-21T13:03:38.5797657Z []\T1/txtt/m/n/10 read_from_filenode() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-u
2023-09-21T13:03:38.5798007Z le ta-
2023-09-21T13:03:38.5798190Z 
2023-09-21T13:03:38.5798492Z Underfull \hbox (badness 10000) in paragraph at lines 501--502
2023-09-21T13:03:38.5799056Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5799426Z node.RAFileNode
2023-09-21T13:03:38.5949522Z [241]
2023-09-21T13:03:38.5950410Z Underfull \hbox (badness 10000) in paragraph at lines 502--503
2023-09-21T13:03:38.5951217Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5951798Z node.RawPyTablesIO
2023-09-21T13:03:38.5952050Z 
2023-09-21T13:03:38.5952461Z Underfull \hbox (badness 10000) in paragraph at lines 503--504
2023-09-21T13:03:38.5953235Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5953744Z node.ROFileNode
2023-09-21T13:03:38.5953974Z 
2023-09-21T13:03:38.5954383Z Underfull \hbox (badness 10000) in paragraph at lines 504--505
2023-09-21T13:03:38.5955174Z []\T1/txtt/m/n/10 readinto() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5955669Z node.RawPyTablesIO
2023-09-21T13:03:38.5955911Z 
2023-09-21T13:03:38.5956316Z Underfull \hbox (badness 10000) in paragraph at lines 505--506
2023-09-21T13:03:38.5957149Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5958118Z node.RAFileNode
2023-09-21T13:03:38.5958347Z 
2023-09-21T13:03:38.5958761Z Underfull \hbox (badness 10000) in paragraph at lines 506--507
2023-09-21T13:03:38.5959764Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5960277Z node.RawPyTablesIO
2023-09-21T13:03:38.5960504Z 
2023-09-21T13:03:38.5960909Z Underfull \hbox (badness 10000) in paragraph at lines 507--508
2023-09-21T13:03:38.5961701Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5962194Z node.ROFileNode
2023-09-21T13:03:38.5962425Z 
2023-09-21T13:03:38.5962810Z Underfull \hbox (badness 10000) in paragraph at lines 508--509
2023-09-21T13:03:38.5963594Z []\T1/txtt/m/n/10 readlines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fil
2023-09-21T13:03:38.5964105Z enode.RAFileNode
2023-09-21T13:03:38.5964338Z 
2023-09-21T13:03:38.5964738Z Underfull \hbox (badness 10000) in paragraph at lines 509--510
2023-09-21T13:03:38.5965526Z []\T1/txtt/m/n/10 readlines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fil
2023-09-21T13:03:38.5966027Z enode.ROFileNode
2023-09-21T13:03:38.5966270Z 
2023-09-21T13:03:38.5966865Z Underfull \hbox (badness 10000) in paragraph at lines 540--541
2023-09-21T13:03:38.5967644Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5968140Z node.RAFileNode
2023-09-21T13:03:38.5968369Z 
2023-09-21T13:03:38.5968773Z Underfull \hbox (badness 10000) in paragraph at lines 541--542
2023-09-21T13:03:38.5969555Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5970055Z node.RawPyTablesIO
2023-09-21T13:03:38.5970300Z 
2023-09-21T13:03:38.5970705Z Underfull \hbox (badness 10000) in paragraph at lines 542--543
2023-09-21T13:03:38.5971487Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5971966Z node.ROFileNode
2023-09-21T13:03:38.5972194Z 
2023-09-21T13:03:38.5972612Z Underfull \hbox (badness 10000) in paragraph at lines 592--593
2023-09-21T13:03:38.5974050Z []\T1/txtt/m/n/10 truncate() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5974604Z node.RAFileNode
2023-09-21T13:03:38.5974818Z 
2023-09-21T13:03:38.5975262Z Underfull \hbox (badness 10000) in paragraph at lines 593--594
2023-09-21T13:03:38.5976045Z []\T1/txtt/m/n/10 truncate() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.5976566Z node.RawPyTablesIO
2023-09-21T13:03:38.6037546Z [242]
2023-09-21T13:03:38.6038197Z Underfull \hbox (badness 10000) in paragraph at lines 633--634
2023-09-21T13:03:38.6038802Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.6039182Z node.RAFileNode
2023-09-21T13:03:38.6039339Z 
2023-09-21T13:03:38.6039644Z Underfull \hbox (badness 10000) in paragraph at lines 634--635
2023-09-21T13:03:38.6040225Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.6040628Z node.RawPyTablesIO
2023-09-21T13:03:38.6040810Z 
2023-09-21T13:03:38.6041092Z Underfull \hbox (badness 10000) in paragraph at lines 635--636
2023-09-21T13:03:38.6041680Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:38.6042043Z node.ROFileNode
2023-09-21T13:03:38.6042215Z 
2023-09-21T13:03:38.6042509Z Underfull \hbox (badness 10000) in paragraph at lines 636--637
2023-09-21T13:03:38.6043067Z []\T1/txtt/m/n/10 write() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.6043479Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:38.6043687Z 
2023-09-21T13:03:38.6043983Z Underfull \hbox (badness 10000) in paragraph at lines 637--638
2023-09-21T13:03:38.6044674Z []\T1/txtt/m/n/10 write() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:38.6045049Z e.RawPyTablesIO
2023-09-21T13:03:38.6045219Z 
2023-09-21T13:03:38.6045521Z Underfull \hbox (badness 10000) in paragraph at lines 638--639
2023-09-21T13:03:38.6046663Z []\T1/txtt/m/n/10 writelines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fi
2023-09-21T13:03:38.6047024Z lenode.RAFileNode
2023-09-21T13:03:38.6586028Z [243]) (./usersguide-3.8.1.dev0.aux) )
2023-09-21T13:03:38.6586922Z (see the transcript file for additional information){/usr/share/texmf/fonts/enc
2023-09-21T13:03:38.6587995Z /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r
2023-09-21T13:03:38.6593267Z .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}</usr/share/texlive/t
2023-09-21T13:03:38.6603009Z exmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texlive/texmf-di
2023-09-21T13:03:38.6612329Z st/fonts/type1/public/amsfonts/cm/cmsy5.pfb></usr/share/texlive/texmf-dist/font
2023-09-21T13:03:38.6620166Z s/type1/public/amsfonts/symbols/msbm10.pfb></usr/share/texmf/fonts/type1/public
2023-09-21T13:03:38.6689601Z /tex-gyre/qhvb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qhvbi.pfb></us
2023-09-21T13:03:38.6725725Z r/share/texmf/fonts/type1/public/tex-gyre/qhvr.pfb></usr/share/texmf/fonts/type
2023-09-21T13:03:38.6770693Z 1/public/tex-gyre/qtmb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmbi.
2023-09-21T13:03:38.6853732Z pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmr.pfb></usr/share/texmf/fo
2023-09-21T13:03:38.6896203Z nts/type1/public/tex-gyre/qtmri.pfb></usr/share/texlive/texmf-dist/fonts/type1/
2023-09-21T13:03:38.6906516Z public/txfonts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txf
2023-09-21T13:03:38.6916334Z onts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt
2023-09-21T13:03:38.6941836Z .pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/
2023-09-21T13:03:38.6948042Z share/texlive/texmf-dist/fonts/type1/public/txfonts/tcxbtt.pfb></usr/share/texl
2023-09-21T13:03:38.6954107Z ive/texmf-dist/fonts/type1/public/txfonts/tcxtt.pfb></usr/share/texlive/texmf-d
2023-09-21T13:03:38.7083078Z ist/fonts/type1/urw/times/utmr8a.pfb>
2023-09-21T13:03:38.7083870Z Output written on usersguide-3.8.1.dev0.pdf (247 pages, 2826757 bytes).
2023-09-21T13:03:38.7084423Z Transcript written on usersguide-3.8.1.dev0.log.
2023-09-21T13:03:38.8360476Z Latexmk: Index file 'usersguide-3.8.1.dev0.idx' was written
2023-09-21T13:03:38.8946432Z Latexmk: Log file says output to 'usersguide-3.8.1.dev0.pdf'
2023-09-21T13:03:38.9113242Z Rule 'pdflatex': File changes, etc:
2023-09-21T13:03:38.9114018Z    Changed files, or newly in use since previous run(s):
2023-09-21T13:03:38.9114779Z       'usersguide-3.8.1.dev0.aux'
2023-09-21T13:03:38.9115412Z       'usersguide-3.8.1.dev0.lof'
2023-09-21T13:03:38.9116049Z       'usersguide-3.8.1.dev0.lot'
2023-09-21T13:03:38.9116668Z       'usersguide-3.8.1.dev0.toc'
2023-09-21T13:03:38.9117156Z ------------
2023-09-21T13:03:38.9117716Z Run number 3 of rule 'pdflatex'
2023-09-21T13:03:38.9118226Z ------------
2023-09-21T13:03:38.9140963Z ------------
2023-09-21T13:03:38.9141463Z Latexmk: Examining 'usersguide-3.8.1.dev0.log'
2023-09-21T13:03:38.9142044Z Running 'pdflatex   -recorder  "usersguide-3.8.1.dev0.tex"'
2023-09-21T13:03:38.9142428Z ------------
2023-09-21T13:03:38.9142741Z === TeX engine is 'pdfTeX'
2023-09-21T13:03:38.9143157Z Latexmk: applying rule 'pdflatex'...
2023-09-21T13:03:38.9324464Z This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex)
2023-09-21T13:03:38.9325056Z  restricted \write18 enabled.
2023-09-21T13:03:38.9744285Z entering extended mode
2023-09-21T13:03:38.9745699Z (./usersguide-3.8.1.dev0.tex
2023-09-21T13:03:38.9746216Z LaTeX2e <2021-11-15> patch level 1
2023-09-21T13:03:38.9812766Z L3 programming layer <2022-01-21> (./sphinxmanual.cls
2023-09-21T13:03:38.9813414Z Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual)
2023-09-21T13:03:38.9830704Z (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls
2023-09-21T13:03:38.9831319Z Document Class: report 2021/10/04 v1.4n Standard LaTeX document class
2023-09-21T13:03:38.9902888Z (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)))
2023-09-21T13:03:38.9934923Z (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
2023-09-21T13:03:38.9966109Z (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty)
2023-09-21T13:03:39.0020550Z (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<<t1.cmap>>)
2023-09-21T13:03:39.0058575Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
2023-09-21T13:03:39.0059276Z For additional information on amsmath, use the `?' option.
2023-09-21T13:03:39.0085855Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
2023-09-21T13:03:39.0121399Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
2023-09-21T13:03:39.0162068Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
2023-09-21T13:03:39.0254706Z (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
2023-09-21T13:03:39.0283217Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
2023-09-21T13:03:39.0360729Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
2023-09-21T13:03:39.0429815Z (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
2023-09-21T13:03:39.0509108Z (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)
2023-09-21T13:03:39.0555504Z (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf))
2023-09-21T13:03:39.0582847Z (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty
2023-09-21T13:03:39.0610425Z (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
2023-09-21T13:03:39.0644300Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
2023-09-21T13:03:39.0682434Z (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
2023-09-21T13:03:39.0731821Z (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)))
2023-09-21T13:03:39.0769746Z (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty)
2023-09-21T13:03:39.0834895Z (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty
2023-09-21T13:03:39.0856494Z (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
2023-09-21T13:03:39.0874956Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
2023-09-21T13:03:39.1025615Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))
2023-09-21T13:03:39.1077772Z (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty)
2023-09-21T13:03:39.1118119Z (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty)
2023-09-21T13:03:39.1151991Z (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
2023-09-21T13:03:39.1187562Z (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
2023-09-21T13:03:39.1217002Z (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty)
2023-09-21T13:03:39.1260392Z (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty)
2023-09-21T13:03:39.1294179Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
2023-09-21T13:03:39.1320125Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
2023-09-21T13:03:39.1338664Z (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
2023-09-21T13:03:39.1360955Z (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
2023-09-21T13:03:39.1429140Z (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty
2023-09-21T13:03:39.1445499Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty
2023-09-21T13:03:39.1457327Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg)
2023-09-21T13:03:39.1516818Z (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def))
2023-09-21T13:03:39.1546334Z (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty))
2023-09-21T13:03:39.1580744Z (./sphinxlatexadmonitions.sty
2023-09-21T13:03:39.1601968Z (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty))
2023-09-21T13:03:39.1643073Z (./sphinxlatexliterals.sty
2023-09-21T13:03:39.1703982Z (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty)
2023-09-21T13:03:39.1733698Z (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
2023-09-21T13:03:39.1770148Z (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty)
2023-09-21T13:03:39.1792618Z (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty))
2023-09-21T13:03:39.1834078Z (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty)
2023-09-21T13:03:39.1872662Z (./sphinxhighlight.sty) (./sphinxlatextables.sty
2023-09-21T13:03:39.1899587Z (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty
2023-09-21T13:03:39.1947020Z (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty))
2023-09-21T13:03:39.1983745Z (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
2023-09-21T13:03:39.2027107Z (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)
2023-09-21T13:03:39.2094802Z (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)
2023-09-21T13:03:39.2108544Z (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty))
2023-09-21T13:03:39.2149866Z (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty
2023-09-21T13:03:39.2202309Z ) (./sphinxlatexindbibtoc.sty
2023-09-21T13:03:39.2212905Z (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty))
2023-09-21T13:03:39.2246790Z (./sphinxlatexstylepage.sty
2023-09-21T13:03:39.2247410Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty
2023-09-21T13:03:39.2280644Z (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty))
2023-09-21T13:03:39.2310226Z (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty))
2023-09-21T13:03:39.2338914Z (./sphinxlatexstyleheadings.sty
2023-09-21T13:03:39.2388679Z (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty))
2023-09-21T13:03:39.2450044Z (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty))
2023-09-21T13:03:39.2485982Z (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
2023-09-21T13:03:39.2514688Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
2023-09-21T13:03:39.2591232Z (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)))
2023-09-21T13:03:39.2635005Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
2023-09-21T13:03:39.2668994Z (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
2023-09-21T13:03:39.2741084Z (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
2023-09-21T13:03:39.2776017Z (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
2023-09-21T13:03:39.2822094Z (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
2023-09-21T13:03:39.2864141Z (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
2023-09-21T13:03:39.2895907Z (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
2023-09-21T13:03:39.2922805Z (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty)
2023-09-21T13:03:39.2970740Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
2023-09-21T13:03:39.3024260Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def)
2023-09-21T13:03:39.3046625Z (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty)
2023-09-21T13:03:39.3083820Z (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
2023-09-21T13:03:39.3319120Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def)
2023-09-21T13:03:39.3360933Z (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
2023-09-21T13:03:39.3405443Z (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
2023-09-21T13:03:39.3497725Z (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
2023-09-21T13:03:39.3549824Z (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty))
2023-09-21T13:03:39.3590727Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
2023-09-21T13:03:39.3643518Z (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty)
2023-09-21T13:03:39.3726663Z (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
2023-09-21T13:03:39.3786486Z (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty)))
2023-09-21T13:03:39.3816491Z (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty)
2023-09-21T13:03:39.3847979Z (./sphinxmessages.sty)
2023-09-21T13:03:39.3901893Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bookmark.sty
2023-09-21T13:03:39.3960463Z (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex.def))
2023-09-21T13:03:39.4079184Z (/usr/share/texlive/texmf-dist/tex/latex/threeparttable/threeparttable.sty)
2023-09-21T13:03:39.4079959Z Writing index file usersguide-3.8.1.dev0.idx
2023-09-21T13:03:39.4116243Z (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd)
2023-09-21T13:03:39.4133254Z (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)
2023-09-21T13:03:39.4366583Z (./usersguide-3.8.1.dev0.aux)
2023-09-21T13:03:39.4382432Z (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
2023-09-21T13:03:39.4383237Z [Loading MPS to PDF converter (version 2006.09.02).]
2023-09-21T13:03:39.4449061Z ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
2023-09-21T13:03:39.4507523Z (/usr/share/texlive/texmf-dist/tex/latex/grfext/grfext.sty)
2023-09-21T13:03:39.4562852Z (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
2023-09-21T13:03:39.4563405Z *geometry* driver: auto-detecting
2023-09-21T13:03:39.4563742Z *geometry* detected driver: pdftex
2023-09-21T13:03:39.4589789Z (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
2023-09-21T13:03:39.4642859Z (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
2023-09-21T13:03:39.4732861Z (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
2023-09-21T13:03:39.4761195Z (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd)
2023-09-21T13:03:39.4840955Z (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<<ot1.cmap>><<oml.cmap>><<oms.cma
2023-09-21T13:03:39.4888876Z p>><<omx.cmap>> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd)
2023-09-21T13:03:39.4907045Z (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo
2023-09-21T13:03:39.4976107Z nts/map/pdftex/updmap/pdftex.map} <./pytables-front-logo.pdf>] [2]
2023-09-21T13:03:39.5076219Z (./usersguide-3.8.1.dev0.toc) [1] [2] (./usersguide-3.8.1.dev0.lof) [1]
2023-09-21T13:03:39.5108944Z [2] (./usersguide-3.8.1.dev0.lot) [3]
2023-09-21T13:03:39.5378250Z (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [4] [5] [6]
2023-09-21T13:03:39.5378777Z Chapter 1.
2023-09-21T13:03:39.5788615Z [7] [8] [9] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd)
2023-09-21T13:03:39.9601187Z [10] [11 <./objecttree-h5.png (PNG copy)>] [12 <./objecttree.png>] [13]
2023-09-21T13:03:40.3715577Z [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28 <./tu
2023-09-21T13:03:40.5809809Z torial1-1-tableview.png (PNG copy)>] [29] [30] [31] [32] [33] [34] [35]
2023-09-21T13:03:40.6668481Z [36] [37] [38]
2023-09-21T13:03:40.6671808Z Overfull \vbox (1.07962pt too high) detected at line 2702
2023-09-21T13:03:40.7011943Z [39] [40] [41 <./tutorial1-2-tableview.png (PNG copy)>] [42 <./tutorial1-genera
2023-09-21T13:03:40.7432132Z l.png (PNG copy)>] [43]
2023-09-21T13:03:40.7437611Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:40.7441572Z 
2023-09-21T13:03:40.7442315Z Underfull \vbox (badness 10000) detected at line 2914
2023-09-21T13:03:40.9392487Z [44] [45] [46] [47 <./tutorial2-tableview.png (PNG copy)>] [48] [49] [50]
2023-09-21T13:03:41.0056365Z [51] [52]
2023-09-21T13:03:41.0057842Z Overfull \vbox (2.7787pt too high) detected at line 3529
2023-09-21T13:03:41.3682855Z [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67]
2023-09-21T13:03:41.5340442Z [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82]
2023-09-21T13:03:41.7372947Z [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97]
2023-09-21T13:03:41.9957698Z [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110]
2023-09-21T13:03:42.1949224Z [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
2023-09-21T13:03:42.2232409Z [123]
2023-09-21T13:03:42.2233572Z Overfull \vbox (2.7787pt too high) detected at line 11725
2023-09-21T13:03:42.3542722Z [124] [125] [126] [127] [128] [129] [130] [131]
2023-09-21T13:03:42.3545442Z Underfull \hbox (badness 10000) in paragraph at lines 12521--12523
2023-09-21T13:03:42.3546541Z []\T1/txtt/bx/n/10 class. \T1/qtm/m/n/10 (\T1/txtt/m/sl/10 The following are th
2023-09-21T13:03:42.3547825Z e public methods and attributes of the
2023-09-21T13:03:42.5752801Z [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143]
2023-09-21T13:03:42.8154207Z [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155]
2023-09-21T13:03:42.8261264Z [156]
2023-09-21T13:03:42.8262334Z Underfull \hbox (badness 5847) in paragraph at lines 15391--15394
2023-09-21T13:03:42.8263139Z []\T1/qtm/m/n/10 if not set (or set to None) the de-fault pol-icy is used (see 
2023-09-21T13:03:42.8263656Z [][]\T1/txtt/m/sl/10 HDF5ExtError.
2023-09-21T13:03:42.9587637Z [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168]
2023-09-21T13:03:43.0581298Z [169] [170] [171 <./create-chunksize-15GB.png>] [172 <./filesizes-chunksize-15G
2023-09-21T13:03:43.3197857Z B.png>] [173 <./seq-chunksize-15GB.png>] [174 <./random-chunksize-15GB.png>]
2023-09-21T13:03:43.5106969Z [175] [176 <./Q7-10m-noidx.png>] [177] [178 <./Q8-1g-noidx.png> <./inkernel-zli
2023-09-21T13:03:43.6641276Z b-blosc-blosc2.png>] [179 <./cratio-zlib-blosc-blosc2.png>] [180 <./inkernel-vs
2023-09-21T13:03:43.8007000Z -pandas.png>] [181] [182 <./create-index-time-int32-float64.png>] [183 <./index
2023-09-21T13:03:43.9710430Z es-sizes2.png>] [184 <./Q8-1g-idx-optlevels.png>] [185 <./Q8-1g-idx-compress.pn
2023-09-21T13:03:44.2922781Z g>] [186 <./Q8-1g-idx-SSD.png>] [187] [188 <./Q8-1g-idx-sorted.png>] [189]
2023-09-21T13:03:44.4047697Z [190 <./compressed-recordsize.png>] [191 <./compressed-recordsize-zlib.png>]
2023-09-21T13:03:44.5399548Z [192 <./compressed-writing.png>] [193 <./compressed-select-nocache.png>]
2023-09-21T13:03:44.6569831Z [194 <./compressed-select-cache.png>] [195 <./compressed-writing-zlib.png>]
2023-09-21T13:03:44.7373476Z [196 <./compressed-select-cache-zlib.png>] [197] [198 <./compressed-recordsize-
2023-09-21T13:03:44.8627899Z shuffle.png>] [199 <./compressed-writing-shuffle.png>] [200 <./compressed-selec
2023-09-21T13:03:44.9995469Z t-nocache-shuffle-only.png>] [201 <./compressed-select-cache-shuffle.png>]
2023-09-21T13:03:44.9996836Z 
2023-09-21T13:03:44.9998279Z Package tabulary Warning: No suitable columns! on input line 18298.
2023-09-21T13:03:44.9999177Z 
2023-09-21T13:03:45.0129997Z [202] [203] [204]
2023-09-21T13:03:45.0130706Z Chapter 2.
2023-09-21T13:03:45.1019834Z [205] [206] [207]
2023-09-21T13:03:45.1021304Z Overfull \vbox (0.63158pt too high) detected at line 18691
2023-09-21T13:03:45.1170405Z [208] [209] [210]
2023-09-21T13:03:45.1171522Z Chapter 3.
2023-09-21T13:03:45.1315135Z [211]
2023-09-21T13:03:45.1316420Z Underfull \hbox (badness 10000) in paragraph at lines 18894--18897
2023-09-21T13:03:45.1317472Z []|\T1/qhv/m/n/10 Python Coun-ter-
2023-09-21T13:03:45.1317935Z 
2023-09-21T13:03:45.1318718Z Underfull \hbox (badness 10000) in paragraph at lines 19066--19068
2023-09-21T13:03:45.1319511Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:45.1320180Z 
2023-09-21T13:03:45.1320710Z Underfull \hbox (badness 10000) in paragraph at lines 19082--19084
2023-09-21T13:03:45.1321646Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:45.1322068Z 
2023-09-21T13:03:45.1322817Z Underfull \hbox (badness 10000) in paragraph at lines 19103--19105
2023-09-21T13:03:45.1323498Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:45.1324156Z 
2023-09-21T13:03:45.1324676Z Underfull \hbox (badness 10000) in paragraph at lines 19119--19121
2023-09-21T13:03:45.1325591Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:45.1326022Z 
2023-09-21T13:03:45.1326765Z Underfull \hbox (badness 10000) in paragraph at lines 19135--19137
2023-09-21T13:03:45.1327442Z []|\T1/qtm/m/n/10 single-precision
2023-09-21T13:03:45.1328085Z 
2023-09-21T13:03:45.1328595Z Underfull \hbox (badness 10000) in paragraph at lines 19151--19153
2023-09-21T13:03:45.1329508Z []|\T1/qtm/m/n/10 double-precision
2023-09-21T13:03:45.1330358Z 
2023-09-21T13:03:45.1331127Z Underfull \hbox (badness 10000) in paragraph at lines 19167--19169
2023-09-21T13:03:45.1332606Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:45.1333032Z 
2023-09-21T13:03:45.1333324Z Underfull \hbox (badness 10000) in paragraph at lines 19183--19185
2023-09-21T13:03:45.1333778Z []|\T1/qtm/m/n/10 ex-tended pre-ci-sion
2023-09-21T13:03:45.1333988Z 
2023-09-21T13:03:45.1334285Z Underfull \hbox (badness 10000) in paragraph at lines 19199--19201
2023-09-21T13:03:45.1334733Z []|\T1/qtm/m/n/10 ar-bi-trary length
2023-09-21T13:03:45.1334920Z 
2023-09-21T13:03:45.1335218Z Underfull \hbox (badness 10000) in paragraph at lines 19234--19236
2023-09-21T13:03:45.1335652Z []|\T1/qtm/m/n/10 POSIX's struct
2023-09-21T13:03:45.3550724Z [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]
2023-09-21T13:03:45.3552086Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:45.3552865Z 
2023-09-21T13:03:45.3553288Z Underfull \vbox (badness 10000) detected at line 20628
2023-09-21T13:03:45.3867009Z [224]
2023-09-21T13:03:45.3868066Z Overfull \vbox (0.63158pt too high) detected at line 20687
2023-09-21T13:03:45.5230725Z [225] [226] [227] [228] [229] [230] [231] [232] [233] [234]
2023-09-21T13:03:45.5393221Z (./usersguide-3.8.1.dev0.ind [235] [236]
2023-09-21T13:03:45.5394874Z Underfull \hbox (badness 10000) in paragraph at lines 14--16
2023-09-21T13:03:45.5395737Z []\T1/txtt/m/n/10 __contains__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attrib
2023-09-21T13:03:45.5396593Z uteset.AttributeSet
2023-09-21T13:03:45.5396994Z 
2023-09-21T13:03:45.5397742Z Underfull \hbox (badness 10000) in paragraph at lines 30--31
2023-09-21T13:03:45.5398559Z []\T1/txtt/m/n/10 __getitem__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.tableex
2023-09-21T13:03:45.5399412Z tension.Row method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5399833Z 
2023-09-21T13:03:45.5400565Z Underfull \hbox (badness 10000) in paragraph at lines 53--54
2023-09-21T13:03:45.5401348Z []\T1/txtt/m/n/10 __setitem__() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.tableex
2023-09-21T13:03:45.5402210Z tension.Row method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5402642Z 
2023-09-21T13:03:45.5403375Z Underfull \hbox (badness 10000) in paragraph at lines 82--84
2023-09-21T13:03:45.5404196Z []\T1/txtt/m/n/10 _v_attrnames \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attribut
2023-09-21T13:03:45.5405452Z eset.AttributeSet at-
2023-09-21T13:03:45.5405643Z 
2023-09-21T13:03:45.5405948Z Underfull \hbox (badness 6493) in paragraph at lines 84--86
2023-09-21T13:03:45.5406535Z []\T1/txtt/m/n/10 _v_attrnamessys \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.attri
2023-09-21T13:03:45.5406931Z buteset.AttributeSet at-
2023-09-21T13:03:45.5567033Z [237]
2023-09-21T13:03:45.5571828Z Underfull \hbox (badness 10000) in paragraph at lines 177--178
2023-09-21T13:03:45.5576704Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5580750Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5584639Z 
2023-09-21T13:03:45.5588574Z Underfull \hbox (badness 10000) in paragraph at lines 178--179
2023-09-21T13:03:45.5592816Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5596764Z e.RawPyTablesIO
2023-09-21T13:03:45.5600388Z 
2023-09-21T13:03:45.5604133Z Underfull \hbox (badness 10000) in paragraph at lines 179--180
2023-09-21T13:03:45.5608294Z []\T1/txtt/m/n/10 close() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5612197Z e.ROFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5740602Z [238]
2023-09-21T13:03:45.5741314Z Underfull \hbox (badness 10000) in paragraph at lines 228--230
2023-09-21T13:03:45.5741811Z []\T1/txtt/m/n/10 DEFAULT_H5_BACKTRACE_POLICY \T1/qtm/m/n/10 (\T1/qtm/m/it/10 t
2023-09-21T13:03:45.5742174Z a-
2023-09-21T13:03:45.5742318Z 
2023-09-21T13:03:45.5742619Z Underfull \hbox (badness 10000) in paragraph at lines 241--243
2023-09-21T13:03:45.5743085Z []\T1/txtt/m/n/10 DRIVER_CORE_BACKING_STORE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in 
2023-09-21T13:03:45.5743838Z mod-ule ta-
2023-09-21T13:03:45.5743985Z 
2023-09-21T13:03:45.5744279Z Underfull \hbox (badness 10000) in paragraph at lines 244--245
2023-09-21T13:03:45.5745080Z []\T1/txtt/m/n/10 DRIVER_CORE_INCREMENT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-
2023-09-21T13:03:45.5745434Z ule ta-
2023-09-21T13:03:45.5745582Z 
2023-09-21T13:03:45.5745872Z Underfull \hbox (badness 10000) in paragraph at lines 245--246
2023-09-21T13:03:45.5746336Z []\T1/txtt/m/n/10 DRIVER_DIRECT_ALIGNMENT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo
2023-09-21T13:03:45.5746719Z d-ule ta-
2023-09-21T13:03:45.5746879Z 
2023-09-21T13:03:45.5747174Z Underfull \hbox (badness 10000) in paragraph at lines 246--248
2023-09-21T13:03:45.5747761Z []\T1/txtt/m/n/10 DRIVER_DIRECT_BLOCK_SIZE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in m
2023-09-21T13:03:45.5748154Z od-ule ta-
2023-09-21T13:03:45.5748313Z 
2023-09-21T13:03:45.5748603Z Underfull \hbox (badness 10000) in paragraph at lines 248--250
2023-09-21T13:03:45.5749052Z []\T1/txtt/m/n/10 DRIVER_DIRECT_CBUF_SIZE \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo
2023-09-21T13:03:45.5749438Z d-ule ta-
2023-09-21T13:03:45.5749595Z 
2023-09-21T13:03:45.5749894Z Underfull \hbox (badness 10000) in paragraph at lines 250--251
2023-09-21T13:03:45.5750354Z []\T1/txtt/m/n/10 DRIVER_SPLIT_META_EXT \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-
2023-09-21T13:03:45.5750687Z ule ta-
2023-09-21T13:03:45.5750831Z 
2023-09-21T13:03:45.5751122Z Underfull \hbox (badness 10000) in paragraph at lines 290--291
2023-09-21T13:03:45.5751682Z []\T1/txtt/m/n/10 fetch_all_fields() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.ta
2023-09-21T13:03:45.5752031Z bleextension.Row
2023-09-21T13:03:45.5906559Z [239]
2023-09-21T13:03:45.5907351Z Underfull \hbox (badness 10000) in paragraph at lines 296--297
2023-09-21T13:03:45.5908008Z []\T1/txtt/m/n/10 fileno() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fileno
2023-09-21T13:03:45.5908417Z de.RawPyTablesIO
2023-09-21T13:03:45.5908611Z 
2023-09-21T13:03:45.5908934Z Underfull \hbox (badness 10000) in paragraph at lines 315--316
2023-09-21T13:03:45.5909581Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5910024Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5910254Z 
2023-09-21T13:03:45.5910575Z Underfull \hbox (badness 10000) in paragraph at lines 316--317
2023-09-21T13:03:45.5911200Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5911596Z e.RawPyTablesIO
2023-09-21T13:03:45.5911764Z 
2023-09-21T13:03:45.5912082Z Underfull \hbox (badness 10000) in paragraph at lines 317--318
2023-09-21T13:03:45.5912700Z []\T1/txtt/m/n/10 flush() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.5913139Z e.ROFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.5913362Z 
2023-09-21T13:03:45.5913665Z Underfull \hbox (badness 10000) in paragraph at lines 319--320
2023-09-21T13:03:45.5914281Z []\T1/txtt/m/n/10 format_h5_backtrace() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles
2023-09-21T13:03:45.5914823Z .HDF5ExtError
2023-09-21T13:03:45.6072934Z [240]
2023-09-21T13:03:45.6074069Z Underfull \hbox (badness 5119) in paragraph at lines 426--427
2023-09-21T13:03:45.6075184Z []\T1/txtt/m/n/10 mode \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenode.R
2023-09-21T13:03:45.6076079Z awPyTablesIO at-tribute\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.6076467Z 
2023-09-21T13:03:45.6076985Z Underfull \hbox (badness 10000) in paragraph at lines 495--497
2023-09-21T13:03:45.6077907Z []\T1/txtt/m/n/10 read_from_filenode() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-u
2023-09-21T13:03:45.6078516Z le ta-
2023-09-21T13:03:45.6078768Z 
2023-09-21T13:03:45.6079285Z Underfull \hbox (badness 10000) in paragraph at lines 501--502
2023-09-21T13:03:45.6080283Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6080928Z node.RAFileNode
2023-09-21T13:03:45.6210697Z [241]
2023-09-21T13:03:45.6211394Z Underfull \hbox (badness 10000) in paragraph at lines 502--503
2023-09-21T13:03:45.6212387Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6212773Z node.RawPyTablesIO
2023-09-21T13:03:45.6213126Z 
2023-09-21T13:03:45.6213431Z Underfull \hbox (badness 10000) in paragraph at lines 503--504
2023-09-21T13:03:45.6213997Z []\T1/txtt/m/n/10 readable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6214360Z node.ROFileNode
2023-09-21T13:03:45.6214530Z 
2023-09-21T13:03:45.6214829Z Underfull \hbox (badness 10000) in paragraph at lines 504--505
2023-09-21T13:03:45.6215391Z []\T1/txtt/m/n/10 readinto() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6215764Z node.RawPyTablesIO
2023-09-21T13:03:45.6215941Z 
2023-09-21T13:03:45.6216238Z Underfull \hbox (badness 10000) in paragraph at lines 505--506
2023-09-21T13:03:45.6216807Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6217150Z node.RAFileNode
2023-09-21T13:03:45.6217320Z 
2023-09-21T13:03:45.6217618Z Underfull \hbox (badness 10000) in paragraph at lines 506--507
2023-09-21T13:03:45.6218194Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6218567Z node.RawPyTablesIO
2023-09-21T13:03:45.6218747Z 
2023-09-21T13:03:45.6219044Z Underfull \hbox (badness 10000) in paragraph at lines 507--508
2023-09-21T13:03:45.6219613Z []\T1/txtt/m/n/10 readline() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6219975Z node.ROFileNode
2023-09-21T13:03:45.6220130Z 
2023-09-21T13:03:45.6220426Z Underfull \hbox (badness 10000) in paragraph at lines 508--509
2023-09-21T13:03:45.6220996Z []\T1/txtt/m/n/10 readlines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fil
2023-09-21T13:03:45.6221370Z enode.RAFileNode
2023-09-21T13:03:45.6221539Z 
2023-09-21T13:03:45.6221818Z Underfull \hbox (badness 10000) in paragraph at lines 509--510
2023-09-21T13:03:45.6222389Z []\T1/txtt/m/n/10 readlines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fil
2023-09-21T13:03:45.6222767Z enode.ROFileNode
2023-09-21T13:03:45.6222939Z 
2023-09-21T13:03:45.6223233Z Underfull \hbox (badness 10000) in paragraph at lines 540--541
2023-09-21T13:03:45.6223804Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6224493Z node.RAFileNode
2023-09-21T13:03:45.6224666Z 
2023-09-21T13:03:45.6224974Z Underfull \hbox (badness 10000) in paragraph at lines 541--542
2023-09-21T13:03:45.6225532Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6225902Z node.RawPyTablesIO
2023-09-21T13:03:45.6226081Z 
2023-09-21T13:03:45.6226373Z Underfull \hbox (badness 10000) in paragraph at lines 542--543
2023-09-21T13:03:45.6226938Z []\T1/txtt/m/n/10 seekable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6227284Z node.ROFileNode
2023-09-21T13:03:45.6227453Z 
2023-09-21T13:03:45.6227745Z Underfull \hbox (badness 10000) in paragraph at lines 592--593
2023-09-21T13:03:45.6228314Z []\T1/txtt/m/n/10 truncate() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6228670Z node.RAFileNode
2023-09-21T13:03:45.6228837Z 
2023-09-21T13:03:45.6229136Z Underfull \hbox (badness 10000) in paragraph at lines 593--594
2023-09-21T13:03:45.6229702Z []\T1/txtt/m/n/10 truncate() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6230075Z node.RawPyTablesIO
2023-09-21T13:03:45.6298119Z [242]
2023-09-21T13:03:45.6298778Z Underfull \hbox (badness 10000) in paragraph at lines 633--634
2023-09-21T13:03:45.6299384Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6299748Z node.RAFileNode
2023-09-21T13:03:45.6299922Z 
2023-09-21T13:03:45.6300225Z Underfull \hbox (badness 10000) in paragraph at lines 634--635
2023-09-21T13:03:45.6300805Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6301189Z node.RawPyTablesIO
2023-09-21T13:03:45.6301355Z 
2023-09-21T13:03:45.6301649Z Underfull \hbox (badness 10000) in paragraph at lines 635--636
2023-09-21T13:03:45.6302713Z []\T1/txtt/m/n/10 writable() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.file
2023-09-21T13:03:45.6303246Z node.ROFileNode
2023-09-21T13:03:45.6303504Z 
2023-09-21T13:03:45.6303797Z Underfull \hbox (badness 10000) in paragraph at lines 636--637
2023-09-21T13:03:45.6304624Z []\T1/txtt/m/n/10 write() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.6305054Z e.RAFileNode method\T1/qtm/m/n/10 ),
2023-09-21T13:03:45.6305262Z 
2023-09-21T13:03:45.6305567Z Underfull \hbox (badness 10000) in paragraph at lines 637--638
2023-09-21T13:03:45.6306122Z []\T1/txtt/m/n/10 write() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.filenod
2023-09-21T13:03:45.6306491Z e.RawPyTablesIO
2023-09-21T13:03:45.6306664Z 
2023-09-21T13:03:45.6306960Z Underfull \hbox (badness 10000) in paragraph at lines 638--639
2023-09-21T13:03:45.6307517Z []\T1/txtt/m/n/10 writelines() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 ta-bles.nodes.fi
2023-09-21T13:03:45.6307895Z lenode.RAFileNode
2023-09-21T13:03:45.6852920Z [243]) (./usersguide-3.8.1.dev0.aux) )
2023-09-21T13:03:45.6853903Z (see the transcript file for additional information){/usr/share/texmf/fonts/enc
2023-09-21T13:03:45.6855212Z /dvips/tex-gyre/q-ec.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r
2023-09-21T13:03:45.6856294Z .enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}</usr/share/texlive/t
2023-09-21T13:03:45.6861705Z exmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb></usr/share/texlive/texmf-di
2023-09-21T13:03:45.6871166Z st/fonts/type1/public/amsfonts/cm/cmsy5.pfb></usr/share/texlive/texmf-dist/font
2023-09-21T13:03:45.6878934Z s/type1/public/amsfonts/symbols/msbm10.pfb></usr/share/texmf/fonts/type1/public
2023-09-21T13:03:45.6947467Z /tex-gyre/qhvb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qhvbi.pfb></us
2023-09-21T13:03:45.6982887Z r/share/texmf/fonts/type1/public/tex-gyre/qhvr.pfb></usr/share/texmf/fonts/type
2023-09-21T13:03:45.7026650Z 1/public/tex-gyre/qtmb.pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmbi.
2023-09-21T13:03:45.7117627Z pfb></usr/share/texmf/fonts/type1/public/tex-gyre/qtmr.pfb></usr/share/texmf/fo
2023-09-21T13:03:45.7155236Z nts/type1/public/tex-gyre/qtmri.pfb></usr/share/texlive/texmf-dist/fonts/type1/
2023-09-21T13:03:45.7164434Z public/txfonts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txf
2023-09-21T13:03:45.7174219Z onts/t1xbtt.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt
2023-09-21T13:03:45.7199779Z .pfb></usr/share/texlive/texmf-dist/fonts/type1/public/txfonts/t1xtt.pfb></usr/
2023-09-21T13:03:45.7205737Z share/texlive/texmf-dist/fonts/type1/public/txfonts/tcxbtt.pfb></usr/share/texl
2023-09-21T13:03:45.7211710Z ive/texmf-dist/fonts/type1/public/txfonts/tcxtt.pfb></usr/share/texlive/texmf-d
2023-09-21T13:03:45.7343281Z ist/fonts/type1/urw/times/utmr8a.pfb>
2023-09-21T13:03:45.7344038Z Output written on usersguide-3.8.1.dev0.pdf (247 pages, 2826903 bytes).
2023-09-21T13:03:45.7344810Z Transcript written on usersguide-3.8.1.dev0.log.
2023-09-21T13:03:45.8630624Z Latexmk: Index file 'usersguide-3.8.1.dev0.idx' was written
2023-09-21T13:03:45.9220243Z Latexmk: Log file says output to 'usersguide-3.8.1.dev0.pdf'
2023-09-21T13:03:45.9431989Z Latexmk: Examining 'usersguide-3.8.1.dev0.log'
2023-09-21T13:03:45.9432848Z === TeX engine is 'pdfTeX'
2023-09-21T13:03:45.9433718Z Latexmk: All targets (usersguide-3.8.1.dev0.pdf) are up-to-date
2023-09-21T13:03:45.9450226Z make[2]: Leaving directory '/home/runner/work/PyTables/PyTables/doc/build/latex'
2023-09-21T13:03:47.0351142Z make[1]: Leaving directory '/home/runner/work/PyTables/PyTables/doc'
2023-09-21T13:03:47.0352533Z rm -f doc/usersguide-*.pdf
2023-09-21T13:03:47.0385631Z cp doc/build/latex/usersguide-3.8.1.dev0.pdf doc
2023-09-21T13:03:47.0809063Z cp RELEASE_NOTES.rst dist/RELEASE_NOTES-3.8.1.dev0.rst
2023-09-21T13:03:47.0826728Z cp doc/build/latex/usersguide-3.8.1.dev0.pdf dist/pytablesmanual-3.8.1.dev0.pdf
2023-09-21T13:03:47.0869017Z tar cvzf dist/pytablesmanual-3.8.1.dev0-html.tar.gz doc/html
2023-09-21T13:03:47.0888175Z doc/html/
2023-09-21T13:03:47.0888633Z doc/html/genindex.html
2023-09-21T13:03:47.0904865Z doc/html/cookbook/
2023-09-21T13:03:47.0906919Z doc/html/cookbook/hints_for_sql_users.html
2023-09-21T13:03:47.0919119Z doc/html/cookbook/threading.html
2023-09-21T13:03:47.0940119Z doc/html/cookbook/inmemory_hdf5_files.html
2023-09-21T13:03:47.0942362Z doc/html/cookbook/index.html
2023-09-21T13:03:47.0946833Z doc/html/cookbook/tailoring_atexit_hooks.html
2023-09-21T13:03:47.0948987Z doc/html/cookbook/simple_table.html
2023-09-21T13:03:47.0956573Z doc/html/cookbook/custom_data_types.html
2023-09-21T13:03:47.0958526Z doc/html/cookbook/no_root_install.html
2023-09-21T13:03:47.0964783Z doc/html/cookbook/py2exe_howto.html
2023-09-21T13:03:47.0969650Z doc/html/search.html
2023-09-21T13:03:47.0971721Z doc/html/_static/
2023-09-21T13:03:47.0973526Z doc/html/_static/doctools.js
2023-09-21T13:03:47.0975388Z doc/html/_static/searchtools.js
2023-09-21T13:03:47.0977330Z doc/html/_static/plus.png
2023-09-21T13:03:47.0979162Z doc/html/_static/documentation_options.js
2023-09-21T13:03:47.0981276Z doc/html/_static/js/
2023-09-21T13:03:47.0983049Z doc/html/_static/js/badge_only.js
2023-09-21T13:03:47.0985369Z doc/html/_static/js/html5shiv-printshiv.min.js
2023-09-21T13:03:47.0987293Z doc/html/_static/js/theme.js
2023-09-21T13:03:47.0989157Z doc/html/_static/js/html5shiv.min.js
2023-09-21T13:03:47.0991365Z doc/html/_static/css/
2023-09-21T13:03:47.0993109Z doc/html/_static/css/theme.css
2023-09-21T13:03:47.1017020Z doc/html/_static/css/badge_only.css
2023-09-21T13:03:47.1018773Z doc/html/_static/css/fonts/
2023-09-21T13:03:47.1020211Z doc/html/_static/css/fonts/Roboto-Slab-Regular.woff
2023-09-21T13:03:47.1050487Z doc/html/_static/css/fonts/lato-bold.woff2
2023-09-21T13:03:47.1140496Z doc/html/_static/css/fonts/Roboto-Slab-Regular.woff2
2023-09-21T13:03:47.1171209Z doc/html/_static/css/fonts/fontawesome-webfont.woff2
2023-09-21T13:03:47.1201493Z doc/html/_static/css/fonts/lato-bold.woff
2023-09-21T13:03:47.1346984Z doc/html/_static/css/fonts/lato-normal-italic.woff2
2023-09-21T13:03:47.1435815Z doc/html/_static/css/fonts/lato-bold-italic.woff
2023-09-21T13:03:47.1581642Z doc/html/_static/css/fonts/lato-normal.woff2
2023-09-21T13:03:47.1655993Z doc/html/_static/css/fonts/lato-normal.woff
2023-09-21T13:03:47.1800838Z doc/html/_static/css/fonts/fontawesome-webfont.eot
2023-09-21T13:03:47.1890660Z doc/html/_static/css/fonts/lato-normal-italic.woff
2023-09-21T13:03:47.2054930Z doc/html/_static/css/fonts/fontawesome-webfont.ttf
2023-09-21T13:03:47.2142555Z doc/html/_static/css/fonts/fontawesome-webfont.woff
2023-09-21T13:03:47.2206161Z doc/html/_static/css/fonts/Roboto-Slab-Bold.woff
2023-09-21T13:03:47.2250485Z doc/html/_static/css/fonts/lato-bold-italic.woff2
2023-09-21T13:03:47.2327998Z doc/html/_static/css/fonts/fontawesome-webfont.svg
2023-09-21T13:03:47.2714826Z doc/html/_static/css/fonts/Roboto-Slab-Bold.woff2
2023-09-21T13:03:47.2786351Z doc/html/_static/graphviz.css
2023-09-21T13:03:47.2788442Z doc/html/_static/basic.css
2023-09-21T13:03:47.2821071Z doc/html/_static/logo-pytables-small.png
2023-09-21T13:03:47.2823383Z doc/html/_static/language_data.js
2023-09-21T13:03:47.2825666Z doc/html/_static/sphinx_highlight.js
2023-09-21T13:03:47.2834769Z doc/html/_static/file.png
2023-09-21T13:03:47.2836607Z doc/html/_static/minus.png
2023-09-21T13:03:47.2838406Z doc/html/_static/pygments.css
2023-09-21T13:03:47.2840622Z doc/html/_sources/
2023-09-21T13:03:47.2842512Z doc/html/_sources/cookbook/
2023-09-21T13:03:47.2844319Z doc/html/_sources/cookbook/tailoring_atexit_hooks.rst.txt
2023-09-21T13:03:47.2846275Z doc/html/_sources/cookbook/custom_data_types.rst.txt
2023-09-21T13:03:47.2848178Z doc/html/_sources/cookbook/threading.rst.txt
2023-09-21T13:03:47.2850142Z doc/html/_sources/cookbook/hints_for_sql_users.rst.txt
2023-09-21T13:03:47.2852208Z doc/html/_sources/cookbook/no_root_install.rst.txt
2023-09-21T13:03:47.2854088Z doc/html/_sources/cookbook/simple_table.rst.txt
2023-09-21T13:03:47.2861413Z doc/html/_sources/cookbook/py2exe_howto.rst.txt
2023-09-21T13:03:47.2863311Z doc/html/_sources/cookbook/index.rst.txt
2023-09-21T13:03:47.2865703Z doc/html/_sources/cookbook/inmemory_hdf5_files.rst.txt
2023-09-21T13:03:47.2867732Z doc/html/_sources/MIGRATING_TO_2.x.rst.txt
2023-09-21T13:03:47.2870047Z doc/html/_sources/development.rst.txt
2023-09-21T13:03:47.2871344Z doc/html/_sources/release_notes.rst.txt
2023-09-21T13:03:47.2872681Z doc/html/_sources/dev_team.rst.txt
2023-09-21T13:03:47.2873916Z doc/html/_sources/downloads.rst.txt
2023-09-21T13:03:47.2875138Z doc/html/_sources/FAQ.rst.txt
2023-09-21T13:03:47.2876501Z doc/html/_sources/other_material.rst.txt
2023-09-21T13:03:47.2877845Z doc/html/_sources/project_pointers.rst.txt
2023-09-21T13:03:47.2879131Z doc/html/_sources/MIGRATING_TO_3.x.rst.txt
2023-09-21T13:03:47.2896642Z doc/html/_sources/index.rst.txt
2023-09-21T13:03:47.2898450Z doc/html/_sources/usersguide/
2023-09-21T13:03:47.2899884Z doc/html/_sources/usersguide/libref/
2023-09-21T13:03:47.2901199Z doc/html/_sources/usersguide/libref/homogenous_storage.rst.txt
2023-09-21T13:03:47.2902582Z doc/html/_sources/usersguide/libref/declarative_classes.rst.txt
2023-09-21T13:03:47.2910921Z doc/html/_sources/usersguide/libref/filenode_classes.rst.txt
2023-09-21T13:03:47.2912339Z doc/html/_sources/usersguide/libref/hierarchy_classes.rst.txt
2023-09-21T13:03:47.2913749Z doc/html/_sources/usersguide/libref/top_level.rst.txt
2023-09-21T13:03:47.2915048Z doc/html/_sources/usersguide/libref/file_class.rst.txt
2023-09-21T13:03:47.2916386Z doc/html/_sources/usersguide/libref/helper_classes.rst.txt
2023-09-21T13:03:47.2917781Z doc/html/_sources/usersguide/libref/link_classes.rst.txt
2023-09-21T13:03:47.2919098Z doc/html/_sources/usersguide/libref/expr_class.rst.txt
2023-09-21T13:03:47.2920426Z doc/html/_sources/usersguide/libref/structured_storage.rst.txt
2023-09-21T13:03:47.2929566Z doc/html/_sources/usersguide/condition_syntax.rst.txt
2023-09-21T13:03:47.2930940Z doc/html/_sources/usersguide/introduction.rst.txt
2023-09-21T13:03:47.2932414Z doc/html/_sources/usersguide/libref.rst.txt
2023-09-21T13:03:47.2933679Z doc/html/_sources/usersguide/usersguide.rst.txt
2023-09-21T13:03:47.2935002Z doc/html/_sources/usersguide/parameter_files.rst.txt
2023-09-21T13:03:47.2943756Z doc/html/_sources/usersguide/utilities.rst.txt
2023-09-21T13:03:47.2945535Z doc/html/_sources/usersguide/file_format.rst.txt
2023-09-21T13:03:47.2946924Z doc/html/_sources/usersguide/installation.rst.txt
2023-09-21T13:03:47.2954561Z doc/html/_sources/usersguide/tutorials.rst.txt
2023-09-21T13:03:47.3019056Z doc/html/_sources/usersguide/bibliography.rst.txt
2023-09-21T13:03:47.3038053Z doc/html/_sources/usersguide/optimization.rst.txt
2023-09-21T13:03:47.3055019Z doc/html/_sources/usersguide/filenode.rst.txt
2023-09-21T13:03:47.3071067Z doc/html/_sources/usersguide/datatypes.rst.txt
2023-09-21T13:03:47.3072454Z doc/html/_sources/usersguide/index.rst.txt
2023-09-21T13:03:47.3074429Z doc/html/_sources/release-notes/
2023-09-21T13:03:47.3075822Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.4.rst.txt
2023-09-21T13:03:47.3077334Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.3.2.rst.txt
2023-09-21T13:03:47.3078853Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.0.x.rst.txt
2023-09-21T13:03:47.3093761Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.7.1.rst.txt
2023-09-21T13:03:47.3095462Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.1.1.rst.txt
2023-09-21T13:03:47.3096962Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.8.rst.txt
2023-09-21T13:03:47.3098499Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.3.3.rst.txt
2023-09-21T13:03:47.3099939Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.0.x.rst.txt
2023-09-21T13:03:47.3124463Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.3.rst.txt
2023-09-21T13:03:47.3126291Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.0.x-pro.rst.txt
2023-09-21T13:03:47.3128074Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.4.x.rst.txt
2023-09-21T13:03:47.3129547Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.2.x.rst.txt
2023-09-21T13:03:47.3144786Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.1.x.rst.txt
2023-09-21T13:03:47.3146570Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.7.2.rst.txt
2023-09-21T13:03:47.3148331Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.3.x.rst.txt
2023-09-21T13:03:47.3149980Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.2.x.rst.txt
2023-09-21T13:03:47.3151504Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.2.rst.txt
2023-09-21T13:03:47.3152965Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.3.x.rst.txt
2023-09-21T13:03:47.3162988Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.2.3.rst.txt
2023-09-21T13:03:47.3164536Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.1.x-pro.rst.txt
2023-09-21T13:03:47.3166003Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.9.rst.txt
2023-09-21T13:03:47.3167506Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.8.x.rst.txt
2023-09-21T13:03:47.3168981Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.4.x.rst.txt
2023-09-21T13:03:47.3170473Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.7.x.rst.txt
2023-09-21T13:03:47.3171909Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.0.rst.txt
2023-09-21T13:03:47.3173446Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.2.1.rst.txt
2023-09-21T13:03:47.3174864Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.5.x.rst.txt
2023-09-21T13:03:47.3176312Z doc/html/_sources/release-notes/RELEASE_NOTES_v2.2.x-pro.rst.txt
2023-09-21T13:03:47.3183761Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.1.x.rst.txt
2023-09-21T13:03:47.3185556Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.3.1.rst.txt
2023-09-21T13:03:47.3187037Z doc/html/_sources/release-notes/RELEASE_NOTES_v0.9.1.rst.txt
2023-09-21T13:03:47.3206174Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.2.2.rst.txt
2023-09-21T13:03:47.3207845Z doc/html/_sources/release-notes/RELEASE_NOTES_v1.1.rst.txt
2023-09-21T13:03:47.3209357Z doc/html/_sources/release-notes/RELEASE_NOTES_v3.6.x.rst.txt
2023-09-21T13:03:47.3210788Z doc/html/other_material.html
2023-09-21T13:03:47.3212121Z doc/html/objects.inv
2023-09-21T13:03:47.3213411Z doc/html/downloads.html
2023-09-21T13:03:47.3219432Z doc/html/MIGRATING_TO_2.x.html
2023-09-21T13:03:47.3240773Z doc/html/MIGRATING_TO_3.x.html
2023-09-21T13:03:47.3262104Z doc/html/FAQ.html
2023-09-21T13:03:47.3280089Z doc/html/.buildinfo
2023-09-21T13:03:47.3281359Z doc/html/development.html
2023-09-21T13:03:47.3288200Z doc/html/index.html
2023-09-21T13:03:47.3289698Z doc/html/_modules/
2023-09-21T13:03:47.3290813Z doc/html/_modules/index.html
2023-09-21T13:03:47.3292410Z doc/html/_modules/tables/
2023-09-21T13:03:47.3293573Z doc/html/_modules/tables/atom.html
2023-09-21T13:03:47.3348843Z doc/html/_modules/tables/carray.html
2023-09-21T13:03:47.3350450Z doc/html/_modules/tables/earray.html
2023-09-21T13:03:47.3352676Z doc/html/_modules/tables/description.html
2023-09-21T13:03:47.3385438Z doc/html/_modules/tables/leaf.html
2023-09-21T13:03:47.3406034Z doc/html/_modules/tables/group.html
2023-09-21T13:03:47.3445003Z doc/html/_modules/tables/vlarray.html
2023-09-21T13:03:47.3469070Z doc/html/_modules/tables/filters.html
2023-09-21T13:03:47.3476063Z doc/html/_modules/tables/array.html
2023-09-21T13:03:47.3515361Z doc/html/_modules/tables/index.html
2023-09-21T13:03:47.3582581Z doc/html/_modules/tables/table.html
2023-09-21T13:03:47.3693896Z doc/html/_modules/tables/flavor.html
2023-09-21T13:03:47.3706829Z doc/html/_modules/tables/attributeset.html
2023-09-21T13:03:47.3721124Z doc/html/_modules/tables/expression.html
2023-09-21T13:03:47.3745301Z doc/html/_modules/tables/nodes/
2023-09-21T13:03:47.3746805Z doc/html/_modules/tables/nodes/filenode.html
2023-09-21T13:03:47.3776816Z doc/html/_modules/tables/unimplemented.html
2023-09-21T13:03:47.3783191Z doc/html/_modules/tables/file.html
2023-09-21T13:03:47.3851844Z doc/html/_modules/tables/link.html
2023-09-21T13:03:47.3857948Z doc/html/_modules/tables/exceptions.html
2023-09-21T13:03:47.3864178Z doc/html/_modules/tables/node.html
2023-09-21T13:03:47.3897505Z doc/html/_modules/tables/indexes.html
2023-09-21T13:03:47.3905750Z doc/html/_modules/tables/misc/
2023-09-21T13:03:47.3906982Z doc/html/_modules/tables/misc/enum.html
2023-09-21T13:03:47.3912986Z doc/html/_modules/tables/tests/
2023-09-21T13:03:47.3914216Z doc/html/_modules/tables/tests/common.html
2023-09-21T13:03:47.3927359Z doc/html/_modules/tables/tests/test_suite.html
2023-09-21T13:03:47.3934609Z doc/html/py-modindex.html
2023-09-21T13:03:47.3935881Z doc/html/dev_team.html
2023-09-21T13:03:47.3937424Z doc/html/_images/
2023-09-21T13:03:47.3938715Z doc/html/_images/compressed-writing-zlib.png
2023-09-21T13:03:47.3940528Z doc/html/_images/compressed-recordsize-shuffle.png
2023-09-21T13:03:47.3962801Z doc/html/_images/Q8-1g-idx-compress.png
2023-09-21T13:03:47.4015546Z doc/html/_images/compressed-select-cache-zlib.png
2023-09-21T13:03:47.4032279Z doc/html/_images/indexes-sizes2.png
2023-09-21T13:03:47.4069999Z doc/html/_images/objecttree.png
2023-09-21T13:03:47.4223662Z doc/html/_images/objecttree-h5.png
2023-09-21T13:03:47.4262088Z doc/html/_images/random-chunksize-15GB.png
2023-09-21T13:03:47.4296683Z doc/html/_images/seq-chunksize-15GB.png
2023-09-21T13:03:47.4335264Z doc/html/_images/Q8-1g-idx-optlevels.png
2023-09-21T13:03:47.4402283Z doc/html/_images/tutorial2-tableview.png
2023-09-21T13:03:47.4456019Z doc/html/_images/Q8-1g-idx-sorted.png
2023-09-21T13:03:47.4510226Z doc/html/_images/create-index-time-int32-float64.png
2023-09-21T13:03:47.4546735Z doc/html/_images/inkernel-zlib-blosc-blosc2.png
2023-09-21T13:03:47.4582793Z doc/html/_images/compressed-recordsize.png
2023-09-21T13:03:47.4601803Z doc/html/_images/create-chunksize-15GB.png
2023-09-21T13:03:47.4636892Z doc/html/_images/compressed-select-nocache.png
2023-09-21T13:03:47.4675668Z doc/html/_images/tutorial1-1-tableview.png
2023-09-21T13:03:47.4728898Z doc/html/_images/compressed-writing.png
2023-09-21T13:03:47.4745382Z doc/html/_images/cratio-zlib-blosc-blosc2.png
2023-09-21T13:03:47.4762632Z doc/html/_images/compressed-writing-shuffle.png
2023-09-21T13:03:47.4796208Z doc/html/_images/compressed-select-cache-shuffle.png
2023-09-21T13:03:47.4831163Z doc/html/_images/tutorial1-2-tableview.png
2023-09-21T13:03:47.4869000Z doc/html/_images/Q8-1g-noidx.png
2023-09-21T13:03:47.4920236Z doc/html/_images/Q8-1g-idx-SSD.png
2023-09-21T13:03:47.4970846Z doc/html/_images/compressed-select-nocache-shuffle-only.png
2023-09-21T13:03:47.4989095Z doc/html/_images/compressed-recordsize-zlib.png
2023-09-21T13:03:47.5026094Z doc/html/_images/filesizes-chunksize-15GB.png
2023-09-21T13:03:47.5042050Z doc/html/_images/inkernel-vs-pandas.png
2023-09-21T13:03:47.5059633Z doc/html/_images/tutorial1-general.png
2023-09-21T13:03:47.5097584Z doc/html/_images/compressed-select-cache.png
2023-09-21T13:03:47.5113782Z doc/html/_images/Q7-10m-noidx.png
2023-09-21T13:03:47.5164666Z doc/html/_images/NumFocusSponsoredStamp.png
2023-09-21T13:03:47.5166420Z doc/html/project_pointers.html
2023-09-21T13:03:47.5167741Z doc/html/searchindex.js
2023-09-21T13:03:47.5331452Z doc/html/_downloads/
2023-09-21T13:03:47.5333575Z doc/html/_downloads/8bbbc8a4ed98661eb17d6cba686446f8/
2023-09-21T13:03:47.5335490Z doc/html/_downloads/8bbbc8a4ed98661eb17d6cba686446f8/threading_monkeypatch.py
2023-09-21T13:03:47.5346911Z doc/html/_downloads/6ac7d106714473f7fb7cddf60d22202f/
2023-09-21T13:03:47.5348715Z doc/html/_downloads/6ac7d106714473f7fb7cddf60d22202f/pytables_test.py
2023-09-21T13:03:47.5350769Z doc/html/_downloads/337dcbbbed7b8a832f3496c5e8b1d206/
2023-09-21T13:03:47.5352575Z doc/html/_downloads/337dcbbbed7b8a832f3496c5e8b1d206/simple_threading.py
2023-09-21T13:03:47.5354838Z doc/html/usersguide/
2023-09-21T13:03:47.5356568Z doc/html/usersguide/libref/
2023-09-21T13:03:47.5358233Z doc/html/usersguide/libref/structured_storage.html
2023-09-21T13:03:47.5407503Z doc/html/usersguide/libref/filenode_classes.html
2023-09-21T13:03:47.5423914Z doc/html/usersguide/libref/link_classes.html
2023-09-21T13:03:47.5436985Z doc/html/usersguide/libref/expr_class.html
2023-09-21T13:03:47.5438737Z doc/html/usersguide/libref/top_level.html
2023-09-21T13:03:47.5440591Z doc/html/usersguide/libref/homogenous_storage.html
2023-09-21T13:03:47.5462060Z doc/html/usersguide/libref/file_class.html
2023-09-21T13:03:47.5493924Z doc/html/usersguide/libref/helper_classes.html
2023-09-21T13:03:47.5524188Z doc/html/usersguide/libref/hierarchy_classes.html
2023-09-21T13:03:47.5548868Z doc/html/usersguide/libref/declarative_classes.html
2023-09-21T13:03:47.5581229Z doc/html/usersguide/introduction.html
2023-09-21T13:03:47.5589075Z doc/html/usersguide/filenode.html
2023-09-21T13:03:47.5595759Z doc/html/usersguide/installation.html
2023-09-21T13:03:47.5610684Z doc/html/usersguide/tutorials.html
2023-09-21T13:03:47.5692874Z doc/html/usersguide/optimization.html
2023-09-21T13:03:47.5715507Z doc/html/usersguide/libref.html
2023-09-21T13:03:47.5716920Z doc/html/usersguide/parameter_files.html
2023-09-21T13:03:47.5753551Z doc/html/usersguide/index.html
2023-09-21T13:03:47.5755105Z doc/html/usersguide/bibliography.html
2023-09-21T13:03:47.5766282Z doc/html/usersguide/utilities.html
2023-09-21T13:03:47.5782625Z doc/html/usersguide/datatypes.html
2023-09-21T13:03:47.5784005Z doc/html/usersguide/file_format.html
2023-09-21T13:03:47.5790843Z doc/html/usersguide/condition_syntax.html
2023-09-21T13:03:47.5796250Z doc/html/usersguide/usersguide.html
2023-09-21T13:03:47.5797665Z doc/html/release_notes.html
2023-09-21T13:03:47.5805430Z doc/html/release-notes/
2023-09-21T13:03:47.5806813Z doc/html/release-notes/RELEASE_NOTES_v1.2.3.html
2023-09-21T13:03:47.5808333Z doc/html/release-notes/RELEASE_NOTES_v1.2.1.html
2023-09-21T13:03:47.5813910Z doc/html/release-notes/RELEASE_NOTES_v3.0.x.html
2023-09-21T13:03:47.5822461Z doc/html/release-notes/RELEASE_NOTES_v0.9.1.html
2023-09-21T13:03:47.5823940Z doc/html/release-notes/RELEASE_NOTES_v0.7.1.html
2023-09-21T13:03:47.5827788Z doc/html/release-notes/RELEASE_NOTES_v2.0.x-pro.html
2023-09-21T13:03:47.5833629Z doc/html/release-notes/RELEASE_NOTES_v1.0.html
2023-09-21T13:03:47.5856279Z doc/html/release-notes/RELEASE_NOTES_v3.6.x.html
2023-09-21T13:03:47.5858077Z doc/html/release-notes/RELEASE_NOTES_v0.7.2.html
2023-09-21T13:03:47.5862807Z doc/html/release-notes/RELEASE_NOTES_v2.1.x.html
2023-09-21T13:03:47.5864535Z doc/html/release-notes/RELEASE_NOTES_v3.3.x.html
2023-09-21T13:03:47.5874938Z doc/html/release-notes/RELEASE_NOTES_v3.7.x.html
2023-09-21T13:03:47.5876445Z doc/html/release-notes/RELEASE_NOTES_v3.1.x.html
2023-09-21T13:03:47.5889025Z doc/html/release-notes/RELEASE_NOTES_v2.1.x-pro.html
2023-09-21T13:03:47.5890569Z doc/html/release-notes/RELEASE_NOTES_v3.5.x.html
2023-09-21T13:03:47.5892029Z doc/html/release-notes/RELEASE_NOTES_v1.3.html
2023-09-21T13:03:47.5895316Z doc/html/release-notes/RELEASE_NOTES_v1.1.html
2023-09-21T13:03:47.5896813Z doc/html/release-notes/RELEASE_NOTES_v1.4.html
2023-09-21T13:03:47.5903543Z doc/html/release-notes/RELEASE_NOTES_v2.0.x.html
2023-09-21T13:03:47.5912497Z doc/html/release-notes/RELEASE_NOTES_v1.2.html
2023-09-21T13:03:47.5916522Z doc/html/release-notes/RELEASE_NOTES_v1.3.2.html
2023-09-21T13:03:47.5918096Z doc/html/release-notes/RELEASE_NOTES_v1.1.1.html
2023-09-21T13:03:47.5923010Z doc/html/release-notes/RELEASE_NOTES_v1.2.2.html
2023-09-21T13:03:47.5924567Z doc/html/release-notes/RELEASE_NOTES_v0.9.html
2023-09-21T13:03:47.5935128Z doc/html/release-notes/RELEASE_NOTES_v3.4.x.html
2023-09-21T13:03:47.5936682Z doc/html/release-notes/RELEASE_NOTES_v3.2.x.html
2023-09-21T13:03:47.5941314Z doc/html/release-notes/RELEASE_NOTES_v3.8.x.html
2023-09-21T13:03:47.5944609Z doc/html/release-notes/RELEASE_NOTES_v2.2.x-pro.html
2023-09-21T13:03:47.5961719Z doc/html/release-notes/RELEASE_NOTES_v0.8.html
2023-09-21T13:03:47.5963535Z doc/html/release-notes/RELEASE_NOTES_v1.3.1.html
2023-09-21T13:03:47.5968505Z doc/html/release-notes/RELEASE_NOTES_v2.2.x.html
2023-09-21T13:03:47.5976928Z doc/html/release-notes/RELEASE_NOTES_v1.3.3.html
2023-09-21T13:03:47.5978526Z doc/html/release-notes/RELEASE_NOTES_v2.3.x.html
2023-09-21T13:03:47.5989891Z doc/html/release-notes/RELEASE_NOTES_v2.4.x.html
2023-09-21T13:03:47.6030339Z cd dist && \
2023-09-21T13:03:47.6031384Z md5sum -b tables-3.8.1.dev0.tar.gz RELEASE_NOTES-3.8.1.dev0.rst \
2023-09-21T13:03:47.6031972Z pytablesmanual-3.8.1.dev0.pdf \
2023-09-21T13:03:47.6032808Z pytablesmanual-3.8.1.dev0-html.tar.gz > pytables-3.8.1.dev0.md5 && \
2023-09-21T13:03:47.6033258Z cd -
2023-09-21T13:03:47.6471555Z /home/runner/work/PyTables/PyTables
